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
官方網址 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
電子郵箱 [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
}