Wiki Smart

A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.

Wiki Smart là gì?

Wiki Smart là một tiện ích mở rộng Chrome được phát triển bởi https://rark.in, và tính năng chính của nó là "A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Wiki Smart 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

                        A simple, quick and user friendly extension to enhance your experience on Wikipedia articles. It saves your data usage and gives you articles' short snippets without diverting you from the current article. Just hover your mouse on links that you see in the articles.                    

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

Tên Wiki Smart Wiki Smart
ID dknkepbldbfefkfockeacnoaiclpepca
URL Chính Thức https://chromewebstore.google.com/detail/wiki-smart/dknkepbldbfefkfockeacnoaiclpepca
Mô tả A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-10-23
Ngày Phát Hành 2016-10-23
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://rark.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://rark.in
URL Trang Trợ Giúp http://facebook.com/rarkofficial
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Smart",
    "description": "A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "wiki_smart_16px.png",
        "default_popup": "popup.html",
        "default_title": "Wiki Smart"
    },
    "icons": {
        "16": "wiki_smart_16px.png",
        "24": "wiki_smart_24px.png",
        "32": "wiki_smart_32px.png",
        "48": "wiki_smart_48px.png",
        "64": "wiki_smart_64px.png",
        "128": "wiki_smart_128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "wiki_styles.css"
            ],
            "js": [
                "wiki_jquery_3.1.0.js",
                "wiki_scripts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}