Goodreads

New tab for Goodreads

Goodreadsคืออะไร?

Goodreads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pranaypnd และคุณลักษณะหลักของมันคือ "New tab for Goodreads"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Goodreads

ดาวน์โหลดไฟล์ส่วนขยาย 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
}