Clone Page
Easily clone pages when browsing the web.
What is Clone Page?
Clone Page is a Chrome extension developed by https://www.haohuu.com, and its main feature is "Easily clone pages when browsing the web.".
Extension Screenshots
Download Clone Page Extension CRX File
Download Clone Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. ❤️❤️❤️
Extension Basic Information
Name | Clone Page |
ID | pgdjbeehbeajkcaflkboflehcdbidode |
Official URL | https://chromewebstore.google.com/detail/clone-page/pgdjbeehbeajkcaflkboflehcdbidode |
Description | Easily clone pages when browsing the web. |
File Size | 24.97 KB |
Installation Count | 3,110 |
Current Version | 1.0.1 |
Last Updated | 2019-01-25 |
Publish Date | 2019-01-24 |
Rating | 2.50/5 Total 6 Ratings |
Developer | https://www.haohuu.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.haohuu.com/ |
Supported Languages | 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" } |