Twitter Favorites Extension
One-click access to the tweets you've added as favorites, from anywhere on Twitter.
Twitter Favorites Extension क्या है?
Twitter Favorites Extension tom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One-click access to the tweets you've added as favorites, from anywhere on Twitter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Favorites Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use your Favorites as they were originally meant to be used: quick access to tweets you want to check out later. By default, that link is buried three clicks deep. Bring it right to the Twitter homepage with this extension.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jnganbhhcbognjlgcccaimofpgjjpgbl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitter-favorites-extensi/jnganbhhcbognjlgcccaimofpgjjpgbl |
विवरण | One-click access to the tweets you've added as favorites, from anywhere on Twitter. |
फ़ाइल का आकार | 6.96 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2015-11-06 |
प्रकाशन तिथि | 2015-11-06 |
डेवलपर | tom |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Favorites Extension", "version": "0.1.0", "manifest_version": 2, "description": "One-click access to the tweets you've added as favorites, from anywhere on Twitter.", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "https:\/\/*.twitter.com\/", "https:\/\/twitter.com\/" ] } |