Clone Page
Easily clone pages when browsing the web.
Cos'è Clone Page?
Clone Page è un'estensione di Chrome sviluppata da https://www.haohuu.com, e la sua funzione principale è "Easily clone pages when browsing the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clone Page
Scarica i file di estensione Clone Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. ❤️❤️❤️
Informazioni di Base sull'Estensione
Nome | Clone Page |
ID | pgdjbeehbeajkcaflkboflehcdbidode |
URL Ufficiale | https://chromewebstore.google.com/detail/clone-page/pgdjbeehbeajkcaflkboflehcdbidode |
Descrizione | Easily clone pages when browsing the web. |
Dimensione del File | 24.97 KB |
Conteggio Installazioni | 3,110 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-01-25 |
Data di Pubblicazione | 2019-01-24 |
Valutazione | 2.50/5 Totale 6 Valutazioni |
Sviluppatore | https://www.haohuu.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.haohuu.com/ |
Lingue Supportate | 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" } |