100 Million Books
Explore all the books ever written...and discover the best ideas ever published.
Co je 100 Million Books?
100 Million Books je rozšíření Chrome vyvinuté Steve Jain, a jeho hlavní funkcí je „Explore all the books ever written...and discover the best ideas ever published.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 100 Million Books
Stáhněte si soubory rozšíření 100 Million Books ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hcbonpnnmoidfnofkomcgocldoefjmaj |
Oficiální URL | https://chrome.google.com/webstore/detail/100-million-books/hcbonpnnmoidfnofkomcgocldoefjmaj |
Popis | Explore all the books ever written...and discover the best ideas ever published. |
Velikost souboru | 14.12 MB |
Počet instalací | 6,000 |
Aktuální Verze | 5.0.1 |
Poslední Aktualizace | 2021-11-12 |
Datum Vydání | 2020-04-13 |
Hodnocení | 4.17/5 Celkem 42 Hodnocení |
Vývojář | Steve Jain |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://100millionbooks.org |
URL Stránky Zásad Ochrany Soukromí | https://100millionbooks.org/privacy |
Podporované Jazyky | 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" } } } |