Selekt - One click actions for text selection

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

什麼是Selekt - One click actions for text selection?

Selekt - One click actions for text selection是由https://www.ahsansher.com開發的Chrome擴展程式,該擴展的主要功能是“Save time and enhance productivity by reducing multi click tasks to one click action”。

擴展截圖

screenshot
screenshot
screenshot

下載Selekt - One click actions for text selection擴展crx文件

下載Selekt - One click actions for text selection擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
官方網址 https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
簡介 Save time and enhance productivity by reducing multi click tasks to one click action
檔案大小 129 KB
安裝次數 889
目前版本 1.1
更新時間 2019-11-14
上架時間 2019-11-11
評分 4.59/5 共 34 次評分
開發者 https://www.ahsansher.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ahsansher.com
支援的語言 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"
    ]
}