Selection To PopUp

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

What is Selection To PopUp?

Selection To PopUp is a Chrome extension developed by Arif-Un, and its main feature is "Perform easy actions like Search, Copy, Translate on selected text.".

Extension Screenshots

screenshot

Download Selection To PopUp Extension CRX File

Download Selection To PopUp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Selection To PopUp Selection To PopUp
ID ehiiodgjjgibclbmfbiflepipnlmbkkc
Official URL https://chromewebstore.google.com/detail/selection-to-popup/ehiiodgjjgibclbmfbiflepipnlmbkkc
Description Perform easy actions like Search, Copy, Translate on selected text.
File Size 32.87 KB
Installation Count 22
Current Version 1.1
Last Updated 2020-04-21
Publish Date 2020-04-17
Rating 5.00/5 Total 1 Ratings
Developer Arif-Un
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}