Blinkist (Unofficial)

Go to blinkist version of books from Goodreads.com and Amazon.com

Blinkist (Unofficial)คืออะไร?

Blinkist (Unofficial) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย niyando และคุณลักษณะหลักของมันคือ "Go to blinkist version of books from Goodreads.com and Amazon.com"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blinkist (Unofficial)

ดาวน์โหลดไฟล์ส่วนขยาย Blinkist (Unofficial) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is an unofficial chrome extension for Blinkist. I personally love using Blinkist and created this extension to easily find Blinkist version of books.

It adds a button/link to Goodreads.com and Amazon.com book details page. 

The link leads to the Blinkist page for the same book if it exists. It's a convenient way for users to discover Blinklist's version while checking out the books on Goodreads.com and Amazon.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blinkist (Unofficial) Blinkist (Unofficial)
ID ngnmhichkkkadjknjfbhhoofimmmepgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blinkist-unofficial/ngnmhichkkkadjknjfbhhoofimmmepgn
คำอธิบาย Go to blinkist version of books from Goodreads.com and Amazon.com
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 153
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-06-01
วันที่เผยแพร่ 2017-06-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา niyando
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.niyando.com/
URL หน้าช่วยเหลือ http://www.niyando.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blinkist (Unofficial)",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Go to blinkist version of books from Goodreads.com and Amazon.com",
    "author": "Nirav Gandhi",
    "homepage_url": "http:\/\/www.niyando.com\/",
    "icons": {
        "16": "icons\/f22_16.png",
        "48": "icons\/f22_48.png",
        "128": "icons\/f22_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.goodreads.com\/book\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}