Selekt - One click actions for text selection

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

¿Qué es Selekt - One click actions for text selection?

Selekt - One click actions for text selection es una extensión de Chrome desarrollada por https://www.ahsansher.com, y su función principal es "Save time and enhance productivity by reducing multi click tasks to one click action".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Selekt - One click actions for text selection

Descarga archivos de extensión Selekt - One click actions for text selection en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
URL Oficial https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
Descripción Save time and enhance productivity by reducing multi click tasks to one click action
Tamaño del Archivo 129 KB
Cantidad de Instalaciones 889
Versión Actual 1.1
Última Actualización 2019-11-14
Fecha de Publicación 2019-11-11
Calificación 4.59/5 Total de 34 Calificaciones
Desarrollador https://www.ahsansher.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ahsansher.com
Idiomas Soportados 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"
    ]
}