取色器
取色器 for chengzijianzhan
Cos'è 取色器?
取色器 è un'estensione di Chrome sviluppata da buaa.zyh, e la sua funzione principale è "取色器 for chengzijianzhan".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 取色器
Scarica i file di estensione 取色器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
color picker for oceanengine.com Based on https://github.com/kepi/chromeEyeDropper 取色器可以从任意网页中取色,支持通过点击图标取色、快捷键取色、代码编程调用(这是申请权限而不是activeTab权限的原因)。 当前取色插件支持 *://*.oceanengine.com/* 编程调起取色。 支持调色,提供调色面板。为设计师、前端 或者所有在线编辑器使用者提供在线调色功能。
Informazioni di Base sull'Estensione
Nome | 取色器 |
ID | nhkjcaiojlbfebmjiechahfdmppccgnn |
URL Ufficiale | https://chromewebstore.google.com/detail/%E5%8F%96%E8%89%B2%E5%99%A8/nhkjcaiojlbfebmjiechahfdmppccgnn |
Descrizione | 取色器 for chengzijianzhan |
Dimensione del File | 159 KB |
Conteggio Installazioni | 7,253 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2020-01-03 |
Data di Pubblicazione | 2020-01-03 |
Valutazione | 3.00/5 Totale 5 Valutazioni |
Sviluppatore | buaa.zyh |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://bytedance.feishu.cn/docs/doccnZuamCSH1oaaEC1swGAmUlf |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u53d6\u8272\u5668", "version": "1.0.3", "manifest_version": 2, "description": " \u53d6\u8272\u5668 for chengzijianzhan", "homepage_url": "https:\/\/www.chengzijianzhan.com\/", "minimum_chrome_version": "49", "background": { "page": "background.html", "persistent": true }, "options_page": "html\/options.html", "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.oceanengine.com\/*" ], "js": [ "event-bus.js" ] } ], "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.oceanengine.com\/*" ] }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "\u53d6\u8272\u5668", "default_popup": "html\/popup.html" }, "permissions": [ "activeTab", "storage", " |