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 |
公式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 |
Eメール | [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" } |