TwitShot for Chrome

Spice up your tweets with an image.

TwitShot for Chrome क्या है?

TwitShot for Chrome https://twitshot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spice up your tweets with an image."।

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

screenshot
screenshot
screenshot

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

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

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

                        This official extension for TwitShot enables you to do 3 things:

1. Easy access to TwitShot with a special button on twitter.com, right next to the standard Tweet button.

2. TwitShot any Tab by clicking on the TwitShot extension button (top right-hand side of your browser)

3. TwitShot any image you found on the web by right-clicking on it and select "Tweet this image"

Feedback welcome!                    

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

नाम TwitShot for Chrome TwitShot for Chrome
ID efndcbfgochdmkgjpinknmeakjfkgjlk
आधिकारिक URL https://chromewebstore.google.com/detail/twitshot-for-chrome/efndcbfgochdmkgjpinknmeakjfkgjlk
विवरण Spice up your tweets with an image.
फ़ाइल का आकार 43.02 KB
स्थापना संख्या 2,783
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2015-02-18
प्रकाशन तिथि 2015-02-17
रेटिंग 3.71/5 कुल 21 रेटिंग्स
डेवलपर https://twitshot.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.twitshot.com
सहायता पृष्ठ URL http://twitter.com/twitshotapp
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwitShot for Chrome",
    "short_name": "TwitShot",
    "version": "1.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "description": "Spice up your tweets with an image.",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "38": "images\/icons\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "vendor\/jquery-2.1.3.min.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "vendor\/jquery-2.1.3.min.js",
                "content_scripts\/twitter\/twitter.js"
            ],
            "css": [
                "content_scripts\/twitter\/twitter.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "content_scripts\/*"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "contextMenus"
    ]
}