PingWest - 新闻
PingWest 更新
Cos'è PingWest - 新闻?
PingWest - 新闻 è un'estensione di Chrome sviluppata da 刘伟, e la sua funzione principale è "PingWest 更新".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PingWest - 新闻
Scarica i file di estensione PingWest - 新闻 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
— 实时更新来自PingWest品玩的文章内容 — 可设置打开或关闭提醒,自定义更新频率 — 在右下角弹出提示,得到重要的提醒,但也不打扰当前的工作
Informazioni di Base sull'Estensione
Nome | |
ID | fcojlbaghhegccfhncnglklbddgeeboe |
URL Ufficiale | https://chrome.google.com/webstore/detail/fcojlbaghhegccfhncnglklbddgeeboe |
Descrizione | PingWest 更新 |
Dimensione del File | 89.27 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-09-11 |
Data di Pubblicazione | 2015-09-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | 刘伟 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.pingwest.com/ |
Lingue Supportate | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "PingWest \u66f4\u65b0", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ "tabs", "notifications", "*:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |