豆瓣电台桌面提醒助手
为豆瓣电台网页版开启桌面提醒功能
What is 豆瓣电台桌面提醒助手?
豆瓣电台桌面提醒助手 is a Chrome extension developed by Ray Fang, and its main feature is "为豆瓣电台网页版开启桌面提醒功能".
Extension Screenshots
Download 豆瓣电台桌面提醒助手 Extension CRX File
Download 豆瓣电台桌面提醒助手 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
为豆瓣电台网页版开启桌面提醒功能 用法: 1. 登录豆瓣电台网页版 (http://douban.fm) 2. 点击页面右上角的「打开提醒」 3. 在弹出的banner中选择「允许」 已知问题: 1. 可能和其他豆瓣电台网页版的扩展或userscript产生冲突 2. 必须登录豆瓣帐号后才可开启提醒 感谢: * doubanfm-hacker http://code.google.com/p/doubanfm-hacker/ * 豆瓣电台scrobbler http://userscripts.org/scripts/show/98833 源代码: https://github.com/LazarusX/douban-fm-desktop-notifier
Extension Basic Information
Name | 豆瓣电台桌面提醒助手 |
ID | jbeigmjecnpmdkmdgkmefbogjaggdakd |
Official URL | https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E7%94%B5%E5%8F%B0%E6%A1%8C%E9%9D%A2%E6%8F%90%E9%86%92%E5%8A%A9%E6%89%8B/jbeigmjecnpmdkmdgkmefbogjaggdakd |
Description | 为豆瓣电台网页版开启桌面提醒功能 |
File Size | 37.72 KB |
Installation Count | 10 |
Current Version | 1.0.1 |
Last Updated | 2013-03-20 |
Publish Date | 2013-03-20 |
Rating | 2.00/5 Total 1 Ratings |
Developer | Ray Fang |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8c46\u74e3\u7535\u53f0\u684c\u9762\u63d0\u9192\u52a9\u624b", "version": "1.0.1", "description": "\u4e3a\u8c46\u74e3\u7535\u53f0\u7f51\u9875\u7248\u5f00\u542f\u684c\u9762\u63d0\u9192\u529f\u80fd", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications" ], "manifest_version": 2, "web_accessible_resources": [ "48.png", "notify.js" ], "content_scripts": [ { "matches": [ "http:\/\/*.douban.fm\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |