Twitter Capture Toolkit

Allows you to share text, images, content, links, page, etc. to your twitter account.

Twitter Capture Toolkitとは何ですか?

Twitter Capture Toolkitはmarkproによって開発されたChromeの拡張機能で、その主な機能は「Allows you to share text, images, content, links, page, etc. to your twitter account.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Tweet Link / Image / Selection tool :
This tool adds a context menu to your chrome web browser to allow you to tweet images, links and selection just by right clicking on them from any website.

More features and tools will be included on user requests, so please use support tab for submitting more suggestions to add more functionalities into this tool.                    

拡張機能の基本情報

名前 Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
公式URL https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
説明 Allows you to share text, images, content, links, page, etc. to your twitter account.
ファイルサイズ 34.34 KB
インストール数 57
現在のバージョン 1.0
最終更新日 2018-02-01
公開日 2018-02-01
評価 5.00/5 合計 2 レビュー
開発者 markpro
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Capture Toolkit",
    "description": "Allows you to share text, images, content, links, page, etc. to your twitter account.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "126": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}