Selekt - One click actions for text selection

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

Wat is Selekt - One click actions for text selection?

Selekt - One click actions for text selection is een Chrome-extensie ontwikkeld door https://www.ahsansher.com, en de belangrijkste functie is "Save time and enhance productivity by reducing multi click tasks to one click action".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Selekt - One click actions for text selection

Download Selekt - One click actions for text selection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
Officiële URL https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
Beschrijving Save time and enhance productivity by reducing multi click tasks to one click action
Bestandsgrootte 129 KB
Aantal Installaties 889
Huidige Versie 1.1
Laatst Bijgewerkt 2019-11-14
Publicatiedatum 2019-11-11
Beoordeling 4.59/5 Totaal 34 Beoordelingen
Ontwikkelaar https://www.ahsansher.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ahsansher.com
Ondersteunde Talen 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"
    ]
}