Twitter Noti
Simple notification for twitter
Twitter Noti क्या है?
Twitter Noti HMI द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple notification for twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Noti एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Twitter Noti |
ID | pfblhojcabkhbbljcalohlkpmmnkkjdf |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-noti/pfblhojcabkhbbljcalohlkpmmnkkjdf |
विवरण | Simple notification for twitter |
फ़ाइल का आकार | 32.3 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.1.7.10 |
अंतिम अपडेट | 2014-05-23 |
प्रकाशन तिथि | 2014-05-23 |
रेटिंग | 4.11/5 कुल 9 रेटिंग्स |
डेवलपर | HMI |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://inswears.tumblr.com/ |
समर्थित भाषाएँ | 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\/" } |