Clone Page
Easily clone pages when browsing the web.
Clone Page là gì?
Clone Page là một tiện ích mở rộng Chrome được phát triển bởi https://www.haohuu.com, và tính năng chính của nó là "Easily clone pages when browsing the web.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clone Page
Tải xuống các tệp mở rộng Clone Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. ❤️❤️❤️
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clone Page |
ID | pgdjbeehbeajkcaflkboflehcdbidode |
URL Chính Thức | https://chromewebstore.google.com/detail/clone-page/pgdjbeehbeajkcaflkboflehcdbidode |
Mô tả | Easily clone pages when browsing the web. |
Kích Thước Tệp | 24.97 KB |
Số Lần Cài Đặt | 3,110 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-01-25 |
Ngày Phát Hành | 2019-01-24 |
Đánh Giá | 2.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://www.haohuu.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.haohuu.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |