Twitter Share Button

Share selected text from any website to Twitter

Twitter Share Buttonとは何ですか?

Twitter Share ButtonはВладимир Моринによって開発されたChromeの拡張機能で、その主な機能は「Share selected text from any website to Twitter」です。

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

screenshot

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

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

拡張機能の使用方法

                        You will be able to share information on the Internet with friends with a single click.                    

拡張機能の基本情報

名前 Twitter Share Button Twitter Share Button
ID hkmmkblpaehhnmljcllnhfaieekjihni
公式URL https://chrome.google.com/webstore/detail/twitter-share-button/hkmmkblpaehhnmljcllnhfaieekjihni
説明 Share selected text from any website to Twitter
ファイルサイズ 24.54 KB
インストール数 90
現在のバージョン 1.0
最終更新日 2015-10-24
公開日 2015-10-24
評価 5.00/5 合計 2 レビュー
開発者 Владимир Морин
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "description": "Share selected text from any website to Twitter",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "name": "Twitter Share Button",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "manifest_version": 2,
    "version": "1.0",
    "browser_action": {
        "default_title": " Twitter Share Button",
        "default_icon": "16.png"
    }
}