WIKI 2. Wikipedia Republished

Advanced Magic for Wikipedia.

O que é WIKI 2. Wikipedia Republished?

WIKI 2. Wikipedia Republished é uma extensão do Chrome desenvolvida por https://wiki2.org, e sua principal característica é "Advanced Magic for Wikipedia.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WIKI 2. Wikipedia Republished

Baixe arquivos de extensão WIKI 2. Wikipedia Republished 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

                        Three years of hard work by a dedicated team and here it is: Wikipedia advanced on a level we bet you have never seen before.

How it works. Every Wikipedia page, you request somewhere, goes through several hundred of perfecting techniques. Some work performs by extension, but most sophisticated job -- by web-proxy WIKI2.ORG (you’ll see this little domain in URL).

The magic you’ll get:

· State-of-the-Art Design. Finally that Wikipedia deserves.

&

· Variety of Atmospheres. Choose your own theme.
· YouTube Integration. Most precise ever made.
· Bigger, Immersive Miniatures. You’ll love it.
· Extreme Readability. By a dozen of tricks.
· Right Click Search. Wiki access from any website.
· Connected Articles lookup. No hops, no time loss.
· And More than This. Find out by yourselves.

More features and perfection been adding every single week. Don’t miss.

Want to give us some advanced advice? Take our mail: [email protected]                    

Informações Básicas da Extensão

Nome WIKI 2. Wikipedia Republished WIKI 2. Wikipedia Republished
ID dbnfdljglikamcdljmffmhfionigapkf
URL Oficial https://chromewebstore.google.com/detail/wiki-2-wikipedia-republis/dbnfdljglikamcdljmffmhfionigapkf
Descrição Advanced Magic for Wikipedia.
Tamanho do Arquivo 39.85 KB
Contagem de Instalações 8,606
Versão Atual 3.4
Última Atualização 2021-08-14
Data de Publicação 2017-01-26
Classificação 4.47/5 Total de 70 Avaliações
Desenvolvedor https://wiki2.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://wiki2.org
URL da Página de Política de Privacidade https://wiki2.org/en/WIKI2:extension_privacy_policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WIKI 2. Wikipedia Republished",
    "version": "3.4",
    "manifest_version": 2,
    "description": "Advanced Magic for Wikipedia.",
    "homepage_url": "https:\/\/wiki2.org",
    "background": {
        "page": "global_page.html"
    },
    "icons": {
        "16": "Icon-16.png",
        "32": "Icon-32.png",
        "43": "Icon-43.png",
        "48": "Icon-48.png",
        "53": "Icon-53.png",
        "128": "Icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "Icon-19.png"
        },
        "default_title": "Wikipedia Advanced"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wiki2.org\/*",
                "https:\/\/*.wiki2.org\/*"
            ],
            "js": [
                "injected.js",
                "reach_metric_goal.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "https:\/\/*.wiki2.org\/*"
    ]
}