Beautifier for Wikipedia™
Enhance Wikipedia™ with a beautiful, modern look by geo.io!
Τι είναι το Beautifier for Wikipedia™;
Το Beautifier for Wikipedia™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wikily, και η κύρια λειτουργία του είναι "Enhance Wikipedia™ with a beautiful, modern look by geo.io!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Beautifier for Wikipedia™
Λήψη αρχείων επέκτασης Beautifier for Wikipedia™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!“ Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | geonkhokehnbmodkgncpiegfnlhgoofn |
| Επίσημο URL | https://chromewebstore.google.com/detail/beautifier-for-wikipedia/geonkhokehnbmodkgncpiegfnlhgoofn |
| Περιγραφή | Enhance Wikipedia™ with a beautiful, modern look by geo.io! |
| Μέγεθος Αρχείου | 72.02 KB |
| Αριθμός Εγκαταστάσεων | 19 |
| Τρέχουσα Έκδοση | 0.0.12 |
| Τελευταία Ενημέρωση | 2021-11-17 |
| Ημερομηνία Δημοσίευσης | 2021-09-27 |
| Προγραμματιστής | Wikily |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://wikily.org |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://wikily.org/support |
| URL της Σελίδας Πολιτικής Απορρήτου | https://wikily.org/privacy |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |