SavedYouAClick

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

What is SavedYouAClick?

SavedYouAClick is a Chrome extension developed by xdamman, and its main feature is "Help save your followers a click by tweeting directly the right information, image or video from the page".

Extension Screenshots

screenshot

Download SavedYouAClick Extension CRX File

Download SavedYouAClick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SavedYouAClick SavedYouAClick
ID hkgcdkbiagggeknkikljpmcnnmjamgnl
Official URL https://chrome.google.com/webstore/detail/savedyouaclick/hkgcdkbiagggeknkikljpmcnnmjamgnl
Description Help save your followers a click by tweeting directly the right information, image or video from the page
File Size 651 KB
Installation Count 68
Current Version 0.0.1
Last Updated 2014-08-27
Publish Date 2014-08-27
Rating 5.00/5 Total 1 Ratings
Developer xdamman
Payment Type free
Supported Languages 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
}