Twitter Assistant
Helpful little features for Twitter.
Twitter Assistant क्या है?
Twitter Assistant MindSky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helpful little features for Twitter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Prevents lost Twitter tweet writing. Recall tweets you were writing before accidentally hitting the back button, your electricity went out, or any number of reasons they get lost. Quick access to useful symbols such as ¼ and ☼
एक्सटेंशन की मूल जानकारी
नाम | Twitter Assistant |
ID | femngnbabpfmcdbghieemklfobfppelm |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-assistant/femngnbabpfmcdbghieemklfobfppelm |
विवरण | Helpful little features for Twitter. |
फ़ाइल का आकार | 84.15 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-01-14 |
प्रकाशन तिथि | 2020-01-14 |
डेवलपर | MindSky |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://sky.mind.im/twitter-assistant |
सहायता पृष्ठ URL | http://sky.mind.im/twitter-assistant |
गोपनीयता नीति पृष्ठ URL | http://sky.mind.im/privacy |
समर्थित भाषाएँ | de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Twitter Assistant", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "http:\/\/sky.mind.im\/twitter-assistant\/", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "omnibox": { "keyword": "ta" }, "permissions": [ "tabs", "https:\/\/twitter.com\/*" ], "short_name": "Twitter Assistant", "version": "1.0", "content_scripts": [ { "matches": [ " |