Instaread

Get key takeaways and insights from nonfiction bestsellers.

Instaread là gì?

Instaread là một tiện ích mở rộng Chrome được phát triển bởi Instaread, và tính năng chính của nó là "Get key takeaways and insights from nonfiction bestsellers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instaread

Tải xuống các tệp mở rộng Instaread 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

                        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                    

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

Tên Instaread Instaread
ID nppjjjkgkbfldodhfafopkccipkoicfh
URL Chính Thức https://chromewebstore.google.com/detail/instaread/nppjjjkgkbfldodhfafopkccipkoicfh
Mô tả Get key takeaways and insights from nonfiction bestsellers.
Kích Thước Tệp 85.88 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2018-01-17
Ngày Phát Hành 2018-01-17
Nhà Phát Triển Instaread
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}