Just Tweet Button
Just tweet browsing site, without any other features
Just Tweet Button क्या है?
Just Tweet Button KaoriYa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just tweet browsing site, without any other features"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Just Tweet Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Very very very simple tweet button. Just tweet current site title and URL. No other features like the count. You cat get whole source codes from here: https://github.com/koron/JustTweet Changes in 1.1: * Add "tabs" permission to work with new version of Chrome. * Change prefix for page title as "»". (it will be configurable in future version)
एक्सटेंशन की मूल जानकारी
नाम | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
आधिकारिक URL | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
विवरण | Just tweet browsing site, without any other features |
फ़ाइल का आकार | 10.92 KB |
स्थापना संख्या | 7,645 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2017-06-10 |
प्रकाशन तिथि | 2017-06-09 |
रेटिंग | 4.40/5 कुल 42 रेटिंग्स |
डेवलपर | KaoriYa |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.1", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_16.png", "default_title": "__MSG_buttonTip__" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |