mojoreads
a new tab, a new book
mojoreads란 무엇입니까?
mojoreads은(는) https://mojoreads.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a new tab, a new book"입니다.
확장 프로그램 스크린샷
mojoreads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Discover a new book every time you open a new tab. Mojoreads has a large collection of over 300,000 titles. You can read a free sample of any book, view ratings, review, share with friends or proceed to purchase any ebook.
확장 프로그램 기본 정보
이름 | |
ID | pohamgcdmijdenmcpikbgbmgkbngbaoa |
공식 URL | https://chrome.google.com/webstore/detail/mojoreads/pohamgcdmijdenmcpikbgbmgkbngbaoa |
설명 | a new tab, a new book |
파일 크기 | 137 KB |
설치 횟수 | 86 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2019-05-03 |
출시 날짜 | 2019-05-03 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://mojoreads.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mojoreads", "version": "0.2.0", "manifest_version": 2, "description": "a new tab, a new book", "homepage_url": "https:\/\/mojoreads.com", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "offline_enabled": false, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/logo.png" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "short_name": "mojoreads", "permissions": [ "tabs", "https:\/\/mojoreads.com\/*", "https:\/\/api.mojoreads.com\/work\/v1\/edition\/*", "https:\/\/api.mojoreads.com\/search\/v1\/discover", "https:\/\/api.dev.mojoreads.com\/search\/v1\/discover" ], "externally_connectable": { "matches": [ "*:\/\/www.mojoreads.local\/*", "*:\/\/*.mojoreads.com\/*", "*:\/\/mojoreads.com\/*" ] } } |