ISBN Search

Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)

ISBN Search là gì?

ISBN Search là một tiện ích mở rộng Chrome được phát triển bởi duncankeith228, và tính năng chính của nó là "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)".

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

screenshot
screenshot

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

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

                        Find all of your books in the most convenient way possible. 
Any ISBNs will automatically be replaced with a hyperlink to your free pdf download! 

Link to GitHub repo: https://github.com/DuncanKeith/isbn-search                    

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

Tên ISBN Search ISBN Search
ID pciedbdeahgjkohjeikjjljdbhbkjeoc
URL Chính Thức https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc
Mô tả Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
Kích Thước Tệp 12.16 KB
Số Lần Cài Đặt 602
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-11-22
Ngày Phát Hành 2016-11-22
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển duncankeith228
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": "ISBN Search",
    "version": "1.0.0",
    "description": "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}