Twitter Noti
Simple notification for twitter
What is Twitter Noti?
Twitter Noti is a Chrome extension developed by HMI, and its main feature is "Simple notification for twitter".
Extension Screenshots
Download Twitter Noti Extension CRX File
Download Twitter Noti 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
This is a simple notification, use the Rich Notification to notify your tweets and twitter photos. == 1.1.7.10 == * OAuth problem fixed. * Time stamp can convert to locale string
Extension Basic Information
Name | Twitter Noti |
ID | pfblhojcabkhbbljcalohlkpmmnkkjdf |
Official URL | https://chromewebstore.google.com/detail/twitter-noti/pfblhojcabkhbbljcalohlkpmmnkkjdf |
Description | Simple notification for twitter |
File Size | 32.3 KB |
Installation Count | 31 |
Current Version | 1.1.7.10 |
Last Updated | 2014-05-23 |
Publish Date | 2014-05-23 |
Rating | 4.11/5 Total 9 Ratings |
Developer | HMI |
Payment Type | free |
Extension Website | http://inswears.tumblr.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Noti", "version": "1.1.7.10", "manifest_version": 2, "description": "Simple notification for twitter", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "background", "notifications", "tabs", "alarms", "https:\/\/api.twitter.com\/oauth\/request_token", "https:\/\/api.twitter.com\/oauth\/authorize", "https:\/\/api.twitter.com\/oauth\/access_token", "https:\/\/userstream.twitter.com\/1.1\/", "https:\/\/*.twimg.com\/", "https:\/\/twitpic.com\/" ], "browser_action": { "default_icon": "images\/icon48.png" }, "options_page": "options.html", "background": { "scripts": [ "scripts\/chrome_ex_oauthsimple.js", "scripts\/chrome_ex_oauth.js", "scripts\/onload.js", "scripts\/background.js" ] }, "web_accessible_resources": [ "scripts\/chrome_ex_oauthsimple.js", "scripts\/chrome_ex_oauth.js", "scripts\/onload.js", "chrome_ex_oauth.html", "scripts\/options.js" ], "content_security_policy": "script-src 'self'; object-src 'self' https:\/\/*.twimg.com\/ https:\/\/twitpic.com\/" } |