Twitter social tooolkit

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

Twitter social tooolkitとは何ですか?

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

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

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

拡張機能の使用方法

                        Twitter social toolkit by Nexus. Share your links images, URL, pages on your Twitter account                    

拡張機能の基本情報

名前 Twitter social tooolkit Twitter social tooolkit
ID ipjkmdfealmjcgeklfbpnjnejhdofnma
公式URL https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma
説明 Allows you to share text, images, content, links, page, etc to your twitter account
ファイルサイズ 4.71 KB
インストール数 11
現在のバージョン 1.0
最終更新日 2017-09-21
公開日 2017-09-20
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter social tooolkit",
    "description": "Allows you to share text, images, content, links, page, etc to your twitter account",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}