Selekt - One click actions for text selection

Save time and enhance productivity by reducing multi click tasks to one click action

Co je Selekt - One click actions for text selection?

Selekt - One click actions for text selection je rozšíření Chrome vyvinuté https://www.ahsansher.com, a jeho hlavní funkcí je „Save time and enhance productivity by reducing multi click tasks to one click action“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Selekt - One click actions for text selection

Stáhněte si soubory rozšíření Selekt - One click actions for text selection ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        With a simple click and drag of your cursor, you can select a word, passage, or paragraph. The menu pops up with one-click actions. It reduce multiple clicks tasks to one click task. It enhances productivity and streamlines work process. Just with one click you can search for selected text, copy, save or share on social sites. it's great, isn't it?

Features:
• one-click search
• one-click copy selection
• one-click social sites share option
• Material design theme
• beautiful animation


Note: Please let me if you want to add something into this cool widget.                    

Základní Informace o Rozšíření

Název Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
Oficiální URL https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
Popis Save time and enhance productivity by reducing multi click tasks to one click action
Velikost souboru 129 KB
Počet instalací 889
Aktuální Verze 1.1
Poslední Aktualizace 2019-11-14
Datum Vydání 2019-11-11
Hodnocení 4.59/5 Celkem 34 Hodnocení
Vývojář https://www.ahsansher.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ahsansher.com
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selekt - One click actions for text selection",
    "version": "1.1",
    "description": "Save time and enhance productivity by reducing multi click tasks to one click action",
    "author": "Ahsan S. Sher",
    "homepage_url": "https:\/\/ahsansher.com",
    "browser_action": {
        "default_icon": ".\/images\/logo.png",
        "default_title": "Selekt",
        "default_popup": "index.html"
    },
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                ".\/content-script\/tooltip.css"
            ],
            "js": [
                ".\/content-script\/tooltip.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.svg"
    ]
}