Data Copier
Copies data from one site to other!
什麼是Data Copier?
Data Copier是由Jawed Shaikh開發的Chrome擴展程式,該擴展的主要功能是“Copies data from one site to other!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ginbdgcdgdakfdemfkdnfhjncdjaapci |
官方網址 | 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" ] } |