Clone Page
Easily clone pages when browsing the web.
Qu'est-ce que Clone Page ?
Clone Page est une extension Chrome développée par https://www.haohuu.com, et sa fonction principale est "Easily clone pages when browsing the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clone Page
Téléchargez les fichiers d'extension Clone Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. ❤️❤️❤️
Informations de Base sur l'Extension
Nom | Clone Page |
ID | pgdjbeehbeajkcaflkboflehcdbidode |
URL Officiel | https://chromewebstore.google.com/detail/clone-page/pgdjbeehbeajkcaflkboflehcdbidode |
Description | Easily clone pages when browsing the web. |
Taille du Fichier | 24.97 KB |
Nombre d'Installations | 3,110 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-01-25 |
Date de Publication | 2019-01-24 |
Évaluation | 2.50/5 Total 6 Évaluations |
Développeur | https://www.haohuu.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.haohuu.com/ |
Langues Prises en Charge | 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" } |