LibGen Download Link

An extension to search in LibGen from GoodReads

LibGen Download Link là gì?

LibGen Download Link là một tiện ích mở rộng Chrome được phát triển bởi http://smoqadam.me, và tính năng chính của nó là "An extension to search in LibGen from GoodReads".

Ả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 LibGen Download Link

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

                        This extension add an icon to GoodReads book's page which by click on it, it will redirect to the LibGen search page.                    

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

Tên LibGen Download Link LibGen Download Link
ID nlhbnlidjgfafmbcpjjcghajffbbaodj
URL Chính Thức https://chrome.google.com/webstore/detail/libgen-download-link/nlhbnlidjgfafmbcpjjcghajffbbaodj
Mô tả An extension to search in LibGen from GoodReads
Kích Thước Tệp 6.43 KB
Số Lần Cài Đặt 1,721
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-09-19
Ngày Phát Hành 2020-09-19
Nhà Phát Triển http://smoqadam.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/smoqadam/search-in-libgen
URL Trang Trợ Giúp https://github.com/smoqadam/search-in-libgen/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LibGen Download Link",
    "author": "Saeed Moghadamzadeh",
    "version": "0.1",
    "description": "An extension to search in LibGen from GoodReads",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png"
    },
    "web_accessible_resources": [
        "icons\/*"
    ]
}