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
官方URL 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"
    ]
}