Selekt - One click actions for text selection

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

Was ist Selekt - One click actions for text selection?

Selekt - One click actions for text selection ist eine Chrome-Erweiterung, die von https://www.ahsansher.com entwickelt wurde, und ihr Hauptmerkmal ist "Save time and enhance productivity by reducing multi click tasks to one click action".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Selekt - One click actions for text selection-Erweiterungs-CRX-Datei herunterladen

Laden Sie Selekt - One click actions for text selection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
Offizielle URL https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
Beschreibung Save time and enhance productivity by reducing multi click tasks to one click action
Dateigröße 129 KB
Installationsanzahl 889
Aktuelle Version 1.1
Letztes Update 2019-11-14
Veröffentlichungsdatum 2019-11-11
Bewertung 4.59/5 Insgesamt 34 Bewertungen
Entwickler https://www.ahsansher.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ahsansher.com
Unterstützte Sprachen 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"
    ]
}