100 Million Books
Explore all the books ever written...and discover the best ideas ever published.
100 Million Books là gì?
100 Million Books là một tiện ích mở rộng Chrome được phát triển bởi Steve Jain, và tính năng chính của nó là "Explore all the books ever written...and discover the best ideas ever published.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 100 Million Books
Tải xuống các tệp mở rộng 100 Million Books 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
Algorithms killed wandering. So how does one discover new books by chance nowadays? You're already opening new tabs all the time. Why not maybe discover a new idea, perspective, or book at the same time? There's no way to pick categories, and no way to follow your friends...just quality, hand-picked ideas...some you'll love, some you'll hate, and some you won't be sure how to react to at first. And if you're in a rush, just ignore it and keep going. This extension is the least intrusive way to inject some good, old-fashioned chance into your intellectual life.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hcbonpnnmoidfnofkomcgocldoefjmaj |
URL Chính Thức | https://chrome.google.com/webstore/detail/100-million-books/hcbonpnnmoidfnofkomcgocldoefjmaj |
Mô tả | Explore all the books ever written...and discover the best ideas ever published. |
Kích Thước Tệp | 14.12 MB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 5.0.1 |
Cập Nhật Lần Cuối | 2021-11-12 |
Ngày Phát Hành | 2020-04-13 |
Đánh Giá | 4.17/5 Tổng số 42 Đánh Giá |
Nhà Phát Triển | Steve Jain |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://100millionbooks.org |
URL Trang Chính Sách Bảo Mật | https://100millionbooks.org/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "5.0.1", "name": "100 Million Books", "short_name": "100 Million Books", "description": "Explore all the books ever written...and discover the best ideas ever published.", "author": "Steve Jain", "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "storage" ], "icons": { "128": "images\/logo128.png" }, "browser_action": { "default_icon": "images\/logo128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "browser_specific_settings": { "gecko": { "strict_min_version": "54.0" } } } |