简易小闹钟
一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。
Cos'è 简易小闹钟?
简易小闹钟 è un'estensione di Chrome sviluppata da 10206271, e la sua funzione principale è "一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。".
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
简介:一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。 功能说明:一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。
Informazioni di Base sull'Estensione
Nome | |
ID | mdbnkcinnjfdkhehpbbnlfnkamehlcgk |
URL Ufficiale | https://chrome.google.com/webstore/detail/%E7%AE%80%E6%98%93%E5%B0%8F%E9%97%B9%E9%92%9F/mdbnkcinnjfdkhehpbbnlfnkamehlcgk |
Descrizione | 一款简单灵巧的计时工具,可以快速设置倒计时,并提供铃声设置提醒的浏览器闹钟。 |
Dimensione del File | 3.22 MB |
Conteggio Installazioni | 495 |
Versione Corrente | 11.0 |
Ultimo Aggiornamento | 2018-04-10 |
Data di Pubblicazione | 2018-04-10 |
Valutazione | 3.50/5 Totale 6 Valutazioni |
Sviluppatore | 10206271 |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/logo16.png", "default_popup": "popup.html", "default_title": "\u7b80\u6613\u5c0f\u95f9\u949f" }, "description": "\u4e00\u6b3e\u7b80\u5355\u7075\u5de7\u7684\u8ba1\u65f6\u5de5\u5177\uff0c\u53ef\u4ee5\u5feb\u901f\u8bbe\u7f6e\u5012\u8ba1\u65f6\uff0c\u5e76\u63d0\u4f9b\u94c3\u58f0\u8bbe\u7f6e\u63d0\u9192\u7684\u6d4f\u89c8\u5668\u95f9\u949f\u3002", "icons": { "128": "img\/logo128.png", "16": "img\/logo16.png", "48": "img\/logo48.png" }, "manifest_version": 2, "minimum_chrome_version": "42", "name": "\u7b80\u6613\u5c0f\u95f9\u949f", "permissions": [ "background", "notifications", "system.cpu" ], "version": "11.0" } |