Data Copier

Copies data from one site to other!

什么是Data Copier?

Data Copier是由Jawed Shaikh开发的Chrome扩展程序,该扩展的主要功能是“Copies data from one site to other!”。

扩展截图

screenshot

下载Data Copier扩展crx文件

下载Data Copier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This copies data from specified websites and paste in to specified websites so this is used by specific users not for all.                    

扩展基本信息

名称 Data Copier Data Copier
ID ginbdgcdgdakfdemfkdnfhjncdjaapci
官方URL https://chromewebstore.google.com/detail/data-copier/ginbdgcdgdakfdemfkdnfhjncdjaapci
简介 Copies data from one site to other!
文件大小 63.92 KB
安装次数 35
当前版本 1.1
更新时间 2019-06-01
上架时间 2019-05-27
开发者 Jawed Shaikh
电子邮箱 [email protected]
付费类型 free
扩展官网 https://inforadiance.com/
帮助页面URL https://inforadiance.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data Copier",
    "version": "1.1",
    "description": "Copies data from one site to other!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}