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 là gì?

Selekt - One click actions for text selection là một tiện ích mở rộng Chrome được phát triển bởi https://www.ahsansher.com, và tính năng chính của nó là "Save time and enhance productivity by reducing multi click tasks to one click action".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Selekt - One click actions for text selection

Tải xuống các tệp mở rộng Selekt - One click actions for text selection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Selekt - One click actions for text selection Selekt - One click actions for text selection
ID fglfhelnlhemjigjdokjojihfeapoipl
URL Chính Thức https://chromewebstore.google.com/detail/selekt-one-click-actions/fglfhelnlhemjigjdokjojihfeapoipl
Mô tả Save time and enhance productivity by reducing multi click tasks to one click action
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 889
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-11-14
Ngày Phát Hành 2019-11-11
Đánh Giá 4.59/5 Tổng số 34 Đánh Giá
Nhà Phát Triển https://www.ahsansher.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ahsansher.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}