SavedYouAClick

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

SavedYouAClickとは何ですか?

SavedYouAClickはxdammanによって開発されたChromeの拡張機能で、その主な機能は「Help save your followers a click by tweeting directly the right information, image or video from the page」です。

拡張機能のスクリーンショット

screenshot

SavedYouAClick拡張機能のCRXファイルをダウンロード

SavedYouAClick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}