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
Eメール [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"
    ]
}