Clone Page
Easily clone pages when browsing the web.
Wat is Clone Page?
Clone Page is een Chrome-extensie ontwikkeld door https://www.haohuu.com, en de belangrijkste functie is "Easily clone pages when browsing the web.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clone Page
Download Clone Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. ❤️❤️❤️
Basisinformatie over de Extensie
Naam | Clone Page |
ID | pgdjbeehbeajkcaflkboflehcdbidode |
Officiële URL | https://chromewebstore.google.com/detail/clone-page/pgdjbeehbeajkcaflkboflehcdbidode |
Beschrijving | Easily clone pages when browsing the web. |
Bestandsgrootte | 24.97 KB |
Aantal Installaties | 3,110 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-01-25 |
Publicatiedatum | 2019-01-24 |
Beoordeling | 2.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://www.haohuu.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.haohuu.com/ |
Ondersteunde Talen | 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" } |