Selekt - One click actions for text selection

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

O que é Selekt - One click actions for text selection?

Selekt - One click actions for text selection é uma extensão do Chrome desenvolvida por https://www.ahsansher.com, e sua principal característica é "Save time and enhance productivity by reducing multi click tasks to one click action".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Selekt - One click actions for text selection

Baixe arquivos de extensão Selekt - One click actions for text selection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Save time and enhance productivity by reducing multi click tasks to one click action
Tamanho do Arquivo 129 KB
Contagem de Instalações 889
Versão Atual 1.1
Última Atualização 2019-11-14
Data de Publicação 2019-11-11
Classificação 4.59/5 Total de 34 Avaliações
Desenvolvedor https://www.ahsansher.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ahsansher.com
Idiomas Suportados 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"
    ]
}