Clone Page

Easily clone pages when browsing the web.

O que é Clone Page?

Clone Page é uma extensão do Chrome desenvolvida por https://www.haohuu.com, e sua principal característica é "Easily clone pages when browsing the web.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Clone Page

Baixe arquivos de extensão Clone Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.

❤️❤️❤️                    

Informações Básicas da Extensão

Nome Clone Page Clone Page
ID pgdjbeehbeajkcaflkboflehcdbidode
URL Oficial https://chromewebstore.google.com/detail/clone-page/pgdjbeehbeajkcaflkboflehcdbidode
Descrição Easily clone pages when browsing the web.
Tamanho do Arquivo 24.97 KB
Contagem de Instalações 3,110
Versão Atual 1.0.1
Última Atualização 2019-01-25
Data de Publicação 2019-01-24
Classificação 2.50/5 Total de 6 Avaliações
Desenvolvedor https://www.haohuu.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.haohuu.com/
Idiomas Suportados 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"
}