Tweeter

Tweet directly from your browser bar

Tweeter क्या है?

Tweeter https://wegnerdesign.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tweet directly from your browser bar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tweeter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        No funny business tweet button.  All it does is puts a twitter icon on your toolbar, and automates twitter web intents when you hit tweet.  I don't track you.  I don't automatically enter text for you.  I don't make you follow me.

Just tweet stuff.

If you've got bugs, please leave a review with some details of what's going wrong.

If you've got feature requests, please go find another twitter extension and post them there.  When I say "No funny business", I mean it.  This app lets you send tweets.  That's it.  Nothing more.  Move along.                    

एक्सटेंशन की मूल जानकारी

नाम Tweeter Tweeter
ID mneicboilaibkfhoealhcglboiabhodb
आधिकारिक URL https://chromewebstore.google.com/detail/tweeter/mneicboilaibkfhoealhcglboiabhodb
विवरण Tweet directly from your browser bar
फ़ाइल का आकार 257 KB
स्थापना संख्या 3,323
वर्तमान संस्करण 0.6.1
अंतिम अपडेट 2012-07-05
प्रकाशन तिथि 2012-07-05
रेटिंग 4.20/5 कुल 109 रेटिंग्स
डेवलपर https://wegnerdesign.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.wegnerdesign.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweeter",
    "version": "0.6.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/intent\/tweet"
    ],
    "description": "Tweet directly from your browser bar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}