Selekt - One click actions for text selection

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

Co to jest Selekt - One click actions for text selection?

Selekt - One click actions for text selection to rozszerzenie Chrome opracowane przez https://www.ahsansher.com, a jego główną funkcją jest „Save time and enhance productivity by reducing multi click tasks to one click action”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Selekt - One click actions for text selection

Pobierz pliki rozszerzeń Selekt - One click actions for text selection w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
Oficjalny URL https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
Opis Save time and enhance productivity by reducing multi click tasks to one click action
Rozmiar pliku 129 KB
Liczba instalacji 889
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-11-14
Data Publikacji 2019-11-11
Ocena 4.59/5 Łącznie 34 Oceny
Deweloper https://www.ahsansher.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ahsansher.com
Obsługiwane Języki 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"
    ]
}