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」です。
拡張機能のスクリーンショット
Blinkist (Unofficial)拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |