Selekt - One click actions for text selection

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

Cos'è Selekt - One click actions for text selection?

Selekt - One click actions for text selection è un'estensione di Chrome sviluppata da https://www.ahsansher.com, e la sua funzione principale è "Save time and enhance productivity by reducing multi click tasks to one click action".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Selekt - One click actions for text selection

Scarica i file di estensione Selekt - One click actions for text selection in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
URL Ufficiale https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
Descrizione Save time and enhance productivity by reducing multi click tasks to one click action
Dimensione del File 129 KB
Conteggio Installazioni 889
Versione Corrente 1.1
Ultimo Aggiornamento 2019-11-14
Data di Pubblicazione 2019-11-11
Valutazione 4.59/5 Totale 34 Valutazioni
Sviluppatore https://www.ahsansher.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ahsansher.com
Lingue Supportate 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"
    ]
}