Wiki It

Easily Wikipedia anything on the web without having to leave the page

什麼是Wiki It?

Wiki It是由dlask開發的Chrome擴展程式,該擴展的主要功能是“Easily Wikipedia anything on the web without having to leave the page”。

擴展截圖

screenshot

下載Wiki It擴展crx文件

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

擴展使用說明

                        Wiki It allows you to easily Wikipedia anything on a website without having to leave the page or open a new tab.

+Highlight your desired word(s) (you can do this easily by double clicking)

+Then use the shortcut CTRL + SHIFT + S or click the icon in the top right.(You can change the keyboard shortcut to whatever you want in the extension manager)

+Watch your info slide in! It is that easy!                    

擴展基本資訊

名稱 Wiki It Wiki It
ID jcmckdmbneffdllfpndkgidingockofb
官方網址 https://chrome.google.com/webstore/detail/wiki-it/jcmckdmbneffdllfpndkgidingockofb
簡介 Easily Wikipedia anything on the web without having to leave the page
檔案大小 44.26 KB
安裝次數 447
目前版本 2.0
更新時間 2014-10-05
上架時間 2014-10-05
評分 4.60/5 共 25 次評分
開發者 dlask
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiki It",
    "description": "Easily Wikipedia anything on the web without having to leave the page",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Wiki It",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    }
}