PingWest - 新闻
PingWest 更新
What is PingWest - 新闻?
PingWest - 新闻 is a Chrome extension developed by 刘伟, and its main feature is "PingWest 更新".
Extension Screenshots
Download PingWest - 新闻 Extension CRX File
Download PingWest - 新闻 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
— 实时更新来自PingWest品玩的文章内容 — 可设置打开或关闭提醒,自定义更新频率 — 在右下角弹出提示,得到重要的提醒,但也不打扰当前的工作
Extension Basic Information
Name | |
ID | fcojlbaghhegccfhncnglklbddgeeboe |
Official URL | https://chrome.google.com/webstore/detail/fcojlbaghhegccfhncnglklbddgeeboe |
Description | PingWest 更新 |
File Size | 89.27 KB |
Installation Count | 36 |
Current Version | 1.0 |
Last Updated | 2015-09-11 |
Publish Date | 2015-09-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 刘伟 |
Payment Type | free |
Extension Website | http://www.pingwest.com/ |
Supported Languages | 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" } |