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
电子邮箱 [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
}