Quick Reference

Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…

Quick Reference là gì?

Quick Reference là một tiện ích mở rộng Chrome được phát triển bởi Parth Panchamia, và tính năng chính của nó là "Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people. Information shown is retrieved from Freebase, Wikipedia, Google Books, IMDb, Rotten Tomatoes, The TVDB.                    

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

Tên Quick Reference Quick Reference
ID higbpdjdblpmakjkmgchmppbljainbpi
URL Chính Thức https://chrome.google.com/webstore/detail/quick-reference/higbpdjdblpmakjkmgchmppbljainbpi
Mô tả Quick Reference displays information on the text selected. It displays details about movies, tv series, books and people.…
Kích Thước Tệp 86.19 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 1.0.0.4
Cập Nhật Lần Cuối 2013-09-09
Ngày Phát Hành 2013-09-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Parth Panchamia
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Reference",
    "version": "1.0.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content_script.min.js"
            ],
            "css": [
                "bootstrap.min.css",
                "jquery-ui.css",
                "custom.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "empty-star.png",
        "half-filled-star.png",
        "filled-star.png"
    ]
}