Selekt - One click actions for text selection

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

Vad är Selekt - One click actions for text selection?

Selekt - One click actions for text selection är en Chrome-tillägg utvecklad av https://www.ahsansher.com, och dess huvudfunktion är "Save time and enhance productivity by reducing multi click tasks to one click action".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Selekt - One click actions for text selection-förlängningens CRX-fil

Ladda ner Selekt - One click actions for text selection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
Officiell webbadress https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
Beskrivning Save time and enhance productivity by reducing multi click tasks to one click action
Filstorlek 129 KB
Antal Installationer 889
Aktuell Version 1.1
Senast Uppdaterad 2019-11-14
Publiceringsdatum 2019-11-11
Betyg 4.59/5 Totalt 34 Betyg
Utvecklare https://www.ahsansher.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ahsansher.com
Stödda Språk 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"
    ]
}