ZeroWiki

This extension makes your browser load Wikipedia content from one of the available Wikipedia mirrors, instead of wikipedia.org.

ZeroWiki là gì?

ZeroWiki là một tiện ích mở rộng Chrome được phát triển bởi Halil İbrahim Kayım, và tính năng chính của nó là "This extension makes your browser load Wikipedia content from one of the available Wikipedia mirrors, instead of wikipedia.org.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZeroWiki

Tải xuống các tệp mở rộng ZeroWiki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZeroWiki ZeroWiki
ID cklaghejbnabhfdlaelhbjdepkfodkcj
URL Chính Thức https://chromewebstore.google.com/detail/zerowiki/cklaghejbnabhfdlaelhbjdepkfodkcj
Mô tả This extension makes your browser load Wikipedia content from one of the available Wikipedia mirrors, instead of wikipedia.org.
Kích Thước Tệp 38.4 KB
Số Lần Cài Đặt 4,032
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2019-02-12
Ngày Phát Hành 2019-02-12
Đánh Giá 4.90/5 Tổng số 97 Đánh Giá
Nhà Phát Triển Halil İbrahim Kayım
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/halileohalilei/ZeroWiki
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}