100 Million Books
Explore all the books ever written...and discover the best ideas ever published.
100 Million Booksとは何ですか?
100 Million BooksはSteve Jainによって開発されたChromeの拡張機能で、その主な機能は「Explore all the books ever written...and discover the best ideas ever published.」です。
拡張機能のスクリーンショット
100 Million Books拡張機能のCRXファイルをダウンロード
100 Million Books拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | hcbonpnnmoidfnofkomcgocldoefjmaj |
公式URL | https://chrome.google.com/webstore/detail/100-million-books/hcbonpnnmoidfnofkomcgocldoefjmaj |
説明 | Explore all the books ever written...and discover the best ideas ever published. |
ファイルサイズ | 14.12 MB |
インストール数 | 6,000 |
現在のバージョン | 5.0.1 |
最終更新日 | 2021-11-12 |
公開日 | 2020-04-13 |
評価 | 4.17/5 合計 42 レビュー |
開発者 | Steve Jain |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://100millionbooks.org |
プライバシーポリシーページのURL | https://100millionbooks.org/privacy |
対応言語 | 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" } } } |