Goodreads

New tab for Goodreads

什麼是Goodreads?

Goodreads是由pranaypnd開發的Chrome擴展程式,該擴展的主要功能是“New tab for Goodreads”。

擴展截圖

screenshot
screenshot

下載Goodreads擴展crx文件

下載Goodreads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Goodreads Goodreads
ID jdnenpheebfpmepknckkemjaocdanemd
官方網址 https://chrome.google.com/webstore/detail/goodreads/jdnenpheebfpmepknckkemjaocdanemd
簡介 New tab for Goodreads
檔案大小 85.36 KB
安裝次數 25
目前版本 0.1
更新時間 2019-05-12
上架時間 2019-05-12
評分 5.00/5 共 1 次評分
開發者 pranaypnd
付費類型 free
支援的語言 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
}