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
公式URL 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"
            }
        }
    }
}