100 Million Books
Explore all the books ever written...and discover the best ideas ever published.
ما هو 100 Million Books؟
100 Million Books هو إضافة Chrome تم تطويرها بواسطة Steve Jain، والميزة الرئيسية لها هي "Explore all the books ever written...and discover the best ideas ever published.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 100 Million Books
قم بتنزيل ملفات الامتداد 100 Million Books بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://100millionbooks.org |
عنوان صفحة سياسة الخصوصية | 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" } } } |