Instaread
Get key takeaways and insights from nonfiction bestsellers.
Instareadとは何ですか?
InstareadはInstareadによって開発されたChromeの拡張機能で、その主な機能は「Get key takeaways and insights from nonfiction bestsellers.」です。
拡張機能のスクリーンショット
Instaread拡張機能のCRXファイルをダウンロード
Instaread拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instaread lets busy people get the key insights from the bestselling non-fiction books in minutes. We extract key messages and present them in easy-to-digest written and audio formats. Our mission is to unlock the knowledge inside of books and make it more accessible. * Instaread Chrome Extension: You can get key insights of best selling books right on your desktop for free for over 1000 books. *Trusted by over 100,000 users ( App downloads). Our Key insights are the most accurate & reliable. 4.5 Stars rated app on Apple app store. * Instaread in news https://www.forbes.com/sites/tomaslaurinavicius/2017/10/17/startup-of-the-week-instaread/#47e1a3763982 http://mashable.com/2017/06/28/instaread-app-helps-you-read-more/#oFxj.MqyhqqV
拡張機能の基本情報
名前 | |
ID | nppjjjkgkbfldodhfafopkccipkoicfh |
公式URL | https://chromewebstore.google.com/detail/instaread/nppjjjkgkbfldodhfafopkccipkoicfh |
説明 | Get key takeaways and insights from nonfiction bestsellers. |
ファイルサイズ | 85.88 KB |
インストール数 | 48 |
現在のバージョン | 0.3.0 |
最終更新日 | 2018-01-17 |
公開日 | 2018-01-17 |
開発者 | Instaread |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instaread", "version": "0.3.0", "description": "Get key takeaways and insights from nonfiction bestsellers.", "background": { "page": "background.html" }, "icons": { "128": "images\/instaread_logo1.png" }, "permissions": [ "storage", "https:\/\/webservice.instaread.co\/" ], "content_scripts": [ { "css": [ "toastr.css", "content.css" ], "js": [ "jquery.js", "toastr.js", "hogan.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "browser_action": [] } |