100 Million Books

Explore all the books ever written...and discover the best ideas ever published.

Qu'est-ce que 100 Million Books ?

100 Million Books est une extension Chrome développée par Steve Jain, et sa fonction principale est "Explore all the books ever written...and discover the best ideas ever published.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 100 Million Books

Téléchargez les fichiers d'extension 100 Million Books au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 100 Million Books 100 Million Books
ID hcbonpnnmoidfnofkomcgocldoefjmaj
URL Officiel https://chrome.google.com/webstore/detail/100-million-books/hcbonpnnmoidfnofkomcgocldoefjmaj
Description Explore all the books ever written...and discover the best ideas ever published.
Taille du Fichier 14.12 MB
Nombre d'Installations 6,000
Version Actuelle 5.0.1
Dernière Mise à Jour 2021-11-12
Date de Publication 2020-04-13
Évaluation 4.17/5 Total 42 Évaluations
Développeur Steve Jain
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://100millionbooks.org
URL de la Page de Politique de Confidentialité https://100millionbooks.org/privacy
Langues Prises en Charge 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"
        }
    }
}