Goodreads

New tab for Goodreads

Goodreads là gì?

Goodreads là một tiện ích mở rộng Chrome được phát triển bởi pranaypnd, và tính năng chính của nó là "New tab for Goodreads".

Ả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 Goodreads

Tải xuống các tệp mở rộng Goodreads 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 will replace your new tab page with a goodread shelves page. 

# How to use
1.Enter your Name and Goodreads user id.(it is the numeric id in your profile url) to display your public shelves. 
2. You can choose the shelf and the number of books to display.                    

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

Tên Goodreads Goodreads
ID jdnenpheebfpmepknckkemjaocdanemd
URL Chính Thức https://chrome.google.com/webstore/detail/goodreads/jdnenpheebfpmepknckkemjaocdanemd
Mô tả New tab for Goodreads
Kích Thước Tệp 85.36 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-05-12
Ngày Phát Hành 2019-05-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển pranaypnd
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": "Goodreads",
    "description": "New tab for Goodreads",
    "icons": {
        "16": "icon.png"
    },
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/www.goodreads.com\/*\/",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}