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
公式URL 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
}