ZeroWiki
This extension makes your browser load Wikipedia content from one of the available Wikipedia mirrors, instead of wikipedia.org.
什麼是ZeroWiki?
ZeroWiki是由Halil İbrahim Kayım開發的Chrome擴展程式,該擴展的主要功能是“This extension makes your browser load Wikipedia content from one of the available Wikipedia mirrors, instead of wikipedia.org.”。
擴展截圖
下載ZeroWiki擴展crx文件
下載ZeroWiki擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ZeroWiki intercepts any request to wikipedia.org and fetches content from a Wikipedia mirror of your choice. It is especially useful for when you can't access Wikipedia for any reason and you don't want to deal with any VPN's or DNS settings. Please note that most of the mirrors available in ZeroWiki are owned by people and not companies (except for Wikiwand). If you do not trust any of these mirrors, then I suggest you not use this extension. Also, I suggest you not enter any private information (username, password etc.) on any of the pages fetched from any of these mirrors as they most probably do not have any privacy policies (again, except for Wikiwand). Any inconveniences regarding navigation between pages or in-page anchors are caused by the mirrors themselves, since ZeroWiki does not take any action once Wikipedia content is loaded. ZeroWiki is an independent project and is not affiliated with any of the available mirrors, including 0wikipedia and wikizero.
擴展基本資訊
名稱 | ZeroWiki |
ID | cklaghejbnabhfdlaelhbjdepkfodkcj |
官方網址 | https://chromewebstore.google.com/detail/zerowiki/cklaghejbnabhfdlaelhbjdepkfodkcj |
簡介 | This extension makes your browser load Wikipedia content from one of the available Wikipedia mirrors, instead of wikipedia.org. |
檔案大小 | 38.4 KB |
安裝次數 | 4,032 |
目前版本 | 0.3.0 |
更新時間 | 2019-02-12 |
上架時間 | 2019-02-12 |
評分 | 4.90/5 共 97 次評分 |
開發者 | Halil İbrahim Kayım |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/halileohalilei/ZeroWiki |
支援的語言 | en,tr,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.3.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "default_locale": "en", "browser_action": { "default_icon": { "16": "icons\/zerowiki_icon_16.png", "19": "icons\/zerowiki_icon_19.png", "24": "icons\/zerowiki_icon_24.png", "32": "icons\/zerowiki_icon_32.png", "38": "icons\/zerowiki_icon_38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icons\/zerowiki_icon_16.png", "24": "icons\/zerowiki_icon_24.png", "32": "icons\/zerowiki_icon_32.png", "64": "icons\/zerowiki_icon_64.png", "128": "icons\/zerowiki_icon_128.png", "256": "icons\/zerowiki_icon_256.png" }, "permissions": [ "*:\/\/*.wikipedia.org\/*", "webRequest", "webRequestBlocking", "storage" ] } |