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 |
官方網址 | 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 |
電子郵箱 | [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" } } } |