Giter Club home page Giter Club logo

edge-helper-utools's Introduction

Edge 小助手

通过 uTools 来查看和搜索 Edge 浏览器书签

修改自 uTools 的官方插件 Chrome 小助手

拥有以下功能:

  1. 直接查看并搜索 Edge 浏览器书签(带网站 icon)

  2. 列出 Edge 浏览器当前打开的所有标签页

  3. Edge 浏览器 Inprivate 窗口打开当前 URL

本人学医,不会 js,超猫画虎复制粘贴搞了这么一个小插件,不喜勿喷

edge-helper-utools's People

Contributors

haotian22 avatar l1cardo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

lgy2014

edge-helper-utools's Issues

图标地址获取方法

Em……虽然图标地址本身不固定,建议还是至少先获取baseurl再接\favicon.ico,比如url.match('https?:\/\/[^\/]*')[0] + '/favicon.ico' 其实图标链接应该是存在和书签同一位置的Favicon数据库下的,可以尝试将其复制到临时文件夹然后访问提取到实际地址,不过js自身无法访问db们就很麻烦,不知道utools.browser有没有什么方法。也尝试了一下使用公共api,比如

function getIcon(url) {
  var favicon = 'https://api.iowen.cn/favicon/' + url.match('(?<=:\/\/)[^\/]*')[0] + '.png'
  return favicon
}

但是速度并不乐观。

书签搜索不支持edge的内测版本

在Edge的Beta版,Dev版,Canary版本中使用书签搜索,都会匹配到稳定版Edge中的书签内容
希望加个获取窗口路径之类的语句,判断路径中是否有Beta之类的字样,分开来获取,以免书签获取混乱(我不会JS所以不会改)

具体要更改的位置
QQ截图20200706192726

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.