Wiki Smart

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

什麼是Wiki Smart?

Wiki Smart是由https://rark.in開發的Chrome擴展程式,該擴展的主要功能是“A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Wiki Smart擴展crx文件

下載Wiki Smart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Wiki Smart Wiki Smart
ID dknkepbldbfefkfockeacnoaiclpepca
官方網址 https://chromewebstore.google.com/detail/wiki-smart/dknkepbldbfefkfockeacnoaiclpepca
簡介 A simple, quick and user friendly extension to enhance your experience on Wikipedia websites.
檔案大小 159 KB
安裝次數 37
目前版本 1.0
更新時間 2016-10-23
上架時間 2016-10-23
評分 5.00/5 共 12 次評分
開發者 https://rark.in
電子郵箱 [email protected]
付費類型 free
擴展官網 http://rark.in
說明頁面URL http://facebook.com/rarkofficial
支援的語言 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"
        ]
    }
}