Selection To PopUp

Perform easy actions like Search, Copy, Translate on selected text.

Selection To PopUpとは何ですか?

Selection To PopUpはArif-Unによって開発されたChromeの拡張機能で、その主な機能は「Perform easy actions like Search, Copy, Translate on selected text.」です。

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

screenshot

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

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

拡張機能の使用方法

                        To navigate easy search, copy, translate on text selection in any webpage try this extension.                    

拡張機能の基本情報

名前 Selection To PopUp Selection To PopUp
ID ehiiodgjjgibclbmfbiflepipnlmbkkc
公式URL https://chromewebstore.google.com/detail/selection-to-popup/ehiiodgjjgibclbmfbiflepipnlmbkkc
説明 Perform easy actions like Search, Copy, Translate on selected text.
ファイルサイズ 32.87 KB
インストール数 22
現在のバージョン 1.1
最終更新日 2020-04-21
公開日 2020-04-17
評価 5.00/5 合計 1 レビュー
開発者 Arif-Un
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selection To PopUp",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Perform easy actions like Search, Copy, Translate on selected text.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "stp-style.css"
            ],
            "js": [
                "application.js"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "data\/*.png",
        "options.html",
        "option.css"
    ],
    "icons": {
        "16": "data\/icons\/select-logo-16.png",
        "19": "data\/icons\/select-logo-19.png",
        "32": "data\/icons\/select-logo-32.png",
        "38": "data\/icons\/select-logo-38.png",
        "48": "data\/icons\/select-logo-48.png",
        "128": "data\/icons\/select-logo-128.png"
    }
}