Selekt - One click actions for text selection

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

Apa itu Selekt - One click actions for text selection?

Selekt - One click actions for text selection adalah ekstensi Chrome yang dikembangkan oleh https://www.ahsansher.com, dan fitur utamanya adalah "Save time and enhance productivity by reducing multi click tasks to one click action".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Selekt - One click actions for text selection

Unduh file ekstensi Selekt - One click actions for text selection dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
URL Resmi https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
Deskripsi Save time and enhance productivity by reducing multi click tasks to one click action
Ukuran File 129 KB
Jumlah Instalasi 889
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-11-14
Tanggal Publikasi 2019-11-11
Penilaian 4.59/5 Total 34 Penilaian
Pengembang https://www.ahsansher.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ahsansher.com
Bahasa yang Didukung 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"
    ]
}