Beautifier for Wikipedia™
Enhance Wikipedia™ with a beautiful, modern look by geo.io!
Beautifier for Wikipedia™とは何ですか?
Beautifier for Wikipedia™はWikilyによって開発されたChromeの拡張機能で、その主な機能は「Enhance Wikipedia™ with a beautiful, modern look by geo.io!」です。
拡張機能のスクリーンショット
Beautifier for Wikipedia™拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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"
}
} | |