Corporation Wiki Search

Searches Corporation Wiki for the selected text

Corporation Wiki Search là gì?

Corporation Wiki Search là một tiện ích mở rộng Chrome được phát triển bởi https://www.corporationwiki.com, và tính năng chính của nó là "Searches Corporation Wiki for the selected text".

Ả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 Corporation Wiki Search

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

                        Select a company or person name on any website and have it search for that entity and all of their connections on Corporation Wiki.                    

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

Tên Corporation Wiki Search Corporation Wiki Search
ID jgigdegmgbplalijegknkamjakihnbgb
URL Chính Thức https://chromewebstore.google.com/detail/corporation-wiki-search/jgigdegmgbplalijegknkamjakihnbgb
Mô tả Searches Corporation Wiki for the selected text
Kích Thước Tệp 10.36 KB
Số Lần Cài Đặt 1,072
Phiên Bản Hiện Tại 0.12
Cập Nhật Lần Cuối 2021-08-10
Ngày Phát Hành 2016-02-11
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://www.corporationwiki.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.corporationwiki.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Corporation Wiki Search",
    "short_name": "Corporation Wiki Search",
    "description": "Searches Corporation Wiki for the selected text",
    "version": "0.12",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "cw-icon-16.png",
        "48": "cw-icon-48.png",
        "128": "cw-icon-128.png"
    },
    "background": {
        "page": "background.html"
    }
}