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 |
官方網址 | 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": [] } |