Beautifier for Wikipedia™
Enhance Wikipedia™ with a beautiful, modern look by geo.io!
O que é Beautifier for Wikipedia™?
Beautifier for Wikipedia™ é uma extensão do Chrome desenvolvida por Wikily, e sua principal característica é "Enhance Wikipedia™ with a beautiful, modern look by geo.io!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Beautifier for Wikipedia™
Baixe arquivos de extensão Beautifier for Wikipedia™ 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
                        Wikipedia™ feels a little old-fashioned? 😕 
✓ Beautifier for Wikipedia™ overhauls Wikipedia's interface, making it more convenient, powerful and beautiful. 🥰
Features:
Beautifier for Wikipedia™ gives good old Wikipedia
+ a beautiful, full fledged responsive design with a fresh modern look! 🥰
+ modern typography + convenient table design  🎨
+ addional multimedia images and relevant content 🗺
+ immersive cover photos and a HD media gallery  🎨
+ dozens of other improvements 🚀
Extra Features
+ Plus, you can now look up any word on any website directly on Wikipedia™ with one click 
 ➠ a quick preview when hitting the alt key and clicking any word on any webpage
+ you can get back to the Original Wikipedia or any Revision of the article at any time 💡
➠ Try it out now! 
‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒
Q: How do I use Beautifier for Wikipedia™ for Wikipedia?
A: Just install our light extension and keep using Wikipedia as usual. The Beautifier for Wikipedia™ interface will automatically appear every time you visit a Wikipedia article.
Q: How does it work?
A: It's simple. The extension replaces links to Wikipedia articles with links to the same article on geo.io 
Q: Can I still read the original article on Wikipedia?
A: Of course! Click the "Beautifier for Wikipedia™" logo, then "Read on Wikipedia"
On any issues, ideas or optimizations please contact us in the Support Tab!
Beautifier for Wikipedia™ never prompts you for a review because we value your workflow too much to interrupt it. If you feel generous or have a couple of minutes, pop on over the Chrome Webstore and leave us some feedback. It makes a huge difference to us. Thank you in advance. 
If you like Beautifier for Wikipedia™ for Wikipedia™? Please rate us  🌟🌟🌟🌟🌟
‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒‒
🙏 Reviews we are into:
Alex Santa -🌟🌟🌟🌟🌟
„Wikipedia Modernized, finally!“
Lea C. -🌟🌟🌟🌟🌟
„Your Wikipedia needs an Update? Take Beautifier for Wikipedia! I love their clean structure and additional facts “
Marcel -🌟🌟🌟🌟🌟
„The missing Wikipedia Design Update! Responsive and fast!“                     Informações Básicas da Extensão
| Nome |  | 
| ID | geonkhokehnbmodkgncpiegfnlhgoofn | 
| URL Oficial | https://chromewebstore.google.com/detail/beautifier-for-wikipedia/geonkhokehnbmodkgncpiegfnlhgoofn | 
| Descrição | Enhance Wikipedia™ with a beautiful, modern look by geo.io! | 
| Tamanho do Arquivo | 72.02 KB | 
| Contagem de Instalações | 19 | 
| Versão Atual | 0.0.12 | 
| Última Atualização | 2021-11-17 | 
| Data de Publicação | 2021-09-27 | 
| Desenvolvedor | Wikily | 
| [email protected] | |
| Tipo de Pagamento | free | 
| Site da Extensão | https://wikily.org | 
| URL da Página de Ajuda | https://wikily.org/support | 
| URL da Página de Política de Privacidade | https://wikily.org/privacy | 
| Idiomas Suportados | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "0.0.12",
    "homepage_url": "https:\/\/geo.io\/",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "geoio.js"
            ],
            "matches": [
                "https:\/\/*.geo.io\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "quickLookup.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.geo.io\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "__MSG_options__",
        "default_popup": "options.html"
    }
} | |