SavedYouAClick

Help save your followers a click by tweeting directly the right information, image or video from the page

SavedYouAClick क्या है?

SavedYouAClick xdamman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help save your followers a click by tweeting directly the right information, image or video from the page"।

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

screenshot

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

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

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

                        This chrome extension adds a new option in your contextual menu to let you tweet any text selection, image or video from the page. The image is uploaded natively to Twitter so that it shows up directly in the feed.

It will also automatically try to find the original tweet from the publisher so that your tweet can reference it.                    

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

नाम SavedYouAClick SavedYouAClick
ID hkgcdkbiagggeknkikljpmcnnmjamgnl
आधिकारिक URL https://chrome.google.com/webstore/detail/savedyouaclick/hkgcdkbiagggeknkikljpmcnnmjamgnl
विवरण Help save your followers a click by tweeting directly the right information, image or video from the page
फ़ाइल का आकार 651 KB
स्थापना संख्या 68
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2014-08-27
प्रकाशन तिथि 2014-08-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर xdamman
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SavedYouAClick",
    "version": "0.0.1",
    "description": "Help save your followers a click by tweeting directly the right information, image or video from the page",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "activeTab",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "img\/SavedYouAClick-16.png",
        "48": "img\/SavedYouAClick-48.png",
        "64": "img\/SavedYouAClick-64.png",
        "128": "img\/SavedYouAClick-128.png"
    },
    "manifest_version": 2
}