SpeedUp

Share easily

SpeedUpとは何ですか?

SpeedUpはOpenSourceによって開発されたChromeの拡張機能で、その主な機能は「Share easily」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Share anything from your webpage. If you don't select anything, url is shared. For sharing images and hyperlinks, right click to select the share option and scan the generated QR Code at the receiver end.
Save your time, you are already running late.                    

拡張機能の基本情報

名前 SpeedUp SpeedUp
ID enjjlbjcahcijonjpdpcifnjoniojbaa
公式URL https://chromewebstore.google.com/detail/speedup/enjjlbjcahcijonjpdpcifnjoniojbaa
説明 Share easily
ファイルサイズ 554 KB
インストール数 15
現在のバージョン 2.1
最終更新日 2016-09-28
公開日 2016-09-27
評価 5.00/5 合計 5 レビュー
開発者 OpenSource
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedUp",
    "description": "Share easily",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon.ico",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "activeTab"
    ]
}