DevineTools Enhancer
Enchance your devine tools
什么是DevineTools Enhancer?
DevineTools Enhancer是由SirLydian开发的Chrome扩展程序,该扩展的主要功能是“Enchance your devine tools”。
扩展截图
下载DevineTools Enhancer扩展crx文件
下载DevineTools Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enhance your Devine Tools! Features: - Visual enhancements - Get notified when you're second in queue - Notice your spot in the queue in the browser tab. eg: (2) Devine SOS tool - Auto refresh enabled - Fixed header More to come! Developed by: Ruben Pauwels Francis De Clercq
扩展基本信息
名称 | |
ID | ifblilciipjpadookcohpkmgapoeedca |
官方URL | https://chromewebstore.google.com/detail/devinetools-enhancer/ifblilciipjpadookcohpkmgapoeedca |
简介 | Enchance your devine tools |
文件大小 | 13.42 KB |
安装次数 | 56 |
当前版本 | 1.1 |
更新时间 | 2016-05-26 |
上架时间 | 2016-05-26 |
评分 | 4.36/5 共11次评分 |
开发者 | SirLydian |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevineTools Enhancer", "description": "Enchance your devine tools", "version": "1.1", "manifest_version": 2, "icons": { "192": "icon2.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "extension.html" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/sos.devine-tools.be\/*" ], "js": [ "feed.js" ], "run_at": "document_end" } ] } |