280 Twitter Counter
Adds the 280 character counter into your tweet form and provides the opportunity to show or hide the circle.
280 Twitter Counter क्या है?
280 Twitter Counter Alexander Ein द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the 280 character counter into your tweet form and provides the opportunity to show or hide the circle."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 280 Twitter Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds the character counter into your tweet form, warns you about the 140 character limit and provides the opportunity to show or hide the circle. 280 Twitter Counter works well with the latest version of Twitter. -- ✔️ Tweetdeck ✔️ Web version
एक्सटेंशन की मूल जानकारी
नाम | 280 Twitter Counter |
ID | ieemcojejhalpakennbgfjeinfakibck |
आधिकारिक URL | https://chromewebstore.google.com/detail/280-twitter-counter/ieemcojejhalpakennbgfjeinfakibck |
विवरण | Adds the 280 character counter into your tweet form and provides the opportunity to show or hide the circle. |
फ़ाइल का आकार | 34.85 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 3.0.1 |
अंतिम अपडेट | 2019-10-04 |
प्रकाशन तिथि | 2019-10-04 |
डेवलपर | Alexander Ein |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/anein/twitter-count-characters |
सहायता पृष्ठ URL | https://github.com/anein/twitter-count-characters/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "short_name": "__MSG_ext_short_name__", "version": "3.0.1", "description": "__MSG_ext_description__", "homepage_url": "https:\/\/github.com\/anein\/twitter-count-characters", "author": "__MSG_ext_author__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "img\/favicon-16x16.png", "48": "img\/favicon-48x48.png", "128": "img\/favicon-128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/tweetdeck.twitter.com\/*" ], "js": [ "js\/tweetdeck.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "js\/web.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/scripts\/web.js" ], "browser_action": { "default_title": "__MSG_ext_name__", "default_popup": "html\/popup.html" }, "permissions": [ "storage", "tabs" ] } |