Blinkist (Unofficial)

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

Blinkist (Unofficial)란 무엇입니까?

Blinkist (Unofficial)은(는) niyando에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Go to blinkist version of books from Goodreads.com and Amazon.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Blinkist (Unofficial) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}