autoCopyText™

Copy the text when select any text on webpage

autoCopyText™とは何ですか?

autoCopyText™はVineetによって開発されたChromeの拡張機能で、その主な機能は「Copy the text when select any text on webpage」です。

拡張機能のスクリーンショット

screenshot

autoCopyText™拡張機能のCRXファイルをダウンロード

autoCopyText™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Copy the text when select any text on webpage                    

拡張機能の基本情報

名前 autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
公式URL https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
説明 Copy the text when select any text on webpage
ファイルサイズ 19.21 KB
インストール数 767
現在のバージョン 0.1
最終更新日 2019-04-12
公開日 2019-04-08
評価 5.00/5 合計 5 レビュー
開発者 Vineet
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "autoCopyText\u2122",
    "author": "vineet sahu",
    "description": "Copy the text when select any text on webpage",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/autoCopy128x128.png"
    },
    "icons": {
        "128": ".\/icons\/autoCopy128x128.png",
        "48": ".\/icons\/autoCopy48x48.png",
        "24": ".\/icons\/autoCopy24x24.png",
        "16": ".\/icons\/autoCopy16x16.png"
    },
    "short_name": "autoCopy",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "version_name": "sahuchahu - 0.1",
    "manifest_version": 2
}