Blinkist (Unofficial)

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

Blinkist (Unofficial) là gì?

Blinkist (Unofficial) là một tiện ích mở rộng Chrome được phát triển bởi niyando, và tính năng chính của nó là "Go to blinkist version of books from Goodreads.com and Amazon.com".

Ả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 Blinkist (Unofficial)

Tải xuống các tệp mở rộng Blinkist (Unofficial) 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 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.                    

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

Tên Blinkist (Unofficial) Blinkist (Unofficial)
ID ngnmhichkkkadjknjfbhhoofimmmepgn
URL Chính Thức https://chromewebstore.google.com/detail/blinkist-unofficial/ngnmhichkkkadjknjfbhhoofimmmepgn
Mô tả Go to blinkist version of books from Goodreads.com and Amazon.com
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-06-01
Ngày Phát Hành 2017-06-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển niyando
Loại Thanh Toán free
Trang Web Mở Rộng http://www.niyando.com/
URL Trang Trợ Giúp http://www.niyando.com/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}