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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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" } } } |