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.
❤️❤️❤️ 扩展基本信息
| 名称 | |
| ID | pgdjbeehbeajkcaflkboflehcdbidode |
| 官方URL | 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"
} | |