Tweep List for Twitter
Adds an avatar menu to Twitter for quickly accessing user timelines.
Tweep List for Twitter क्या है?
Tweep List for Twitter https://serdar.work द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an avatar menu to Twitter for quickly accessing user timelines."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tweep List for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UPDATED for the new Twitter. One-click access to user timelines. Drag any avatar to the menu to add to your list. Drag out to remove an avatar from your list. No need to follow a user on Twitter to add it to your list. You can follow people easily without actually following. Works with Twitter desktop client. Syncs your list with your Google Chrome account. Full source code of this extension is available at GitHub: https://github.com/serd/tweep-list
एक्सटेंशन की मूल जानकारी
नाम | Tweep List for Twitter |
ID | oalmfcciblkpdbjinikclcdjnllkpoca |
आधिकारिक URL | https://chromewebstore.google.com/detail/tweep-list-for-twitter/oalmfcciblkpdbjinikclcdjnllkpoca |
विवरण | Adds an avatar menu to Twitter for quickly accessing user timelines. |
फ़ाइल का आकार | 84.51 KB |
स्थापना संख्या | 212 |
वर्तमान संस्करण | 1.2.5 |
अंतिम अपडेट | 2017-09-05 |
प्रकाशन तिथि | 2017-09-05 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://serdar.work |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://serdar.work |
गोपनीयता नीति पृष्ठ URL | https://serdar.work/chrome-extensions/privacy-policy.html |
समर्थित भाषाएँ | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.5", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "lib\/jquery.js", "lib\/jquery.ui.core.js", "lib\/jquery.ui.widget.js", "lib\/jquery.ui.mouse.js", "lib\/jquery.ui.sortable.js", "lib\/jquery.ui.draggable.js", "lib\/jquery.ui.droppable.js", "lib\/jquery.ui.resizable.js", "lib\/jquery.mousewheel.js", "tweepList.js" ] } ], "homepage_url": "http:\/\/serdar.work" } |