Clone Page
Easily clone pages when browsing the web.
什麼是Clone Page?
Clone Page是由https://www.haohuu.com開發的Chrome擴展程式,該擴展的主要功能是“Easily clone pages when browsing the web.”。
擴展截圖
下載Clone Page擴展crx文件
下載Clone Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Let the Chrome™ browser support the clone page feature. Before you may copy the current page link, then open a new tab, paste the link, and finally press the Enter key.... Now, save these operations! You just need to click the ClonePage button! ------------------------------------------------- - No internet connection, offline support - Never touch user privacy! In addition, you can use the ClonePage function in the context menu. ❤️❤️❤️
擴展基本資訊
名稱 | Clone Page |
ID | pgdjbeehbeajkcaflkboflehcdbidode |
官方網址 | https://chromewebstore.google.com/detail/clone-page/pgdjbeehbeajkcaflkboflehcdbidode |
簡介 | Easily clone pages when browsing the web. |
檔案大小 | 24.97 KB |
安裝次數 | 3,110 |
目前版本 | 1.0.1 |
更新時間 | 2019-01-25 |
上架時間 | 2019-01-24 |
評分 | 2.50/5 共 6 次評分 |
開發者 | https://www.haohuu.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.haohuu.com/ |
支援的語言 | de,en,fr,nl,it,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "short_name": "__MSG_app_short_name__", "version": "1.0.1", "description": "__MSG_app_desc__", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon-48.png", "default_title": "__MSG_popup_desc__" }, "permissions": [ "tabs", "contextMenus" ], "homepage_url": "http:\/\/www.haohuu.com", "default_locale": "en" } |