Beautifier for Wikipedia™
Enhance Wikipedia™ with a beautiful, modern look by geo.io!
Hvad er Beautifier for Wikipedia™?
Beautifier for Wikipedia™ er en Chrome-udvidelse udviklet af Wikily, og dens hovedfunktion er "Enhance Wikipedia™ with a beautiful, modern look by geo.io!".
Udvidelsesskærmbilleder
Download Beautifier for Wikipedia™-udvidelses-CRX-fil
Download Beautifier for Wikipedia™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!“ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | geonkhokehnbmodkgncpiegfnlhgoofn |
| Officiel URL | https://chromewebstore.google.com/detail/beautifier-for-wikipedia/geonkhokehnbmodkgncpiegfnlhgoofn |
| Beskrivelse | Enhance Wikipedia™ with a beautiful, modern look by geo.io! |
| Filstørrelse | 72.02 KB |
| Antal Installationer | 19 |
| Nuværende Version | 0.0.12 |
| Senest Opdateret | 2021-11-17 |
| Udgivelsesdato | 2021-09-27 |
| Udvikler | Wikily |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://wikily.org |
| Hjælpeside-URL | https://wikily.org/support |
| URL til Fortrolighedspolitik Side | https://wikily.org/privacy |
| Understøttede Sprog | 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"
}
} | |