Wiki It

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

Wiki It là gì?

Wiki It là một tiện ích mở rộng Chrome được phát triển bởi dlask, và tính năng chính của nó là "Easily Wikipedia anything on the web without having to leave the page".

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

screenshot

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

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

                        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!                    

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

Tên Wiki It Wiki It
ID jcmckdmbneffdllfpndkgidingockofb
URL Chính Thức https://chrome.google.com/webstore/detail/wiki-it/jcmckdmbneffdllfpndkgidingockofb
Mô tả Easily Wikipedia anything on the web without having to leave the page
Kích Thước Tệp 44.26 KB
Số Lần Cài Đặt 447
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2014-10-05
Ngày Phát Hành 2014-10-05
Đánh Giá 4.60/5 Tổng số 25 Đánh Giá
Nhà Phát Triển dlask
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}