Crazyones New Tab
Open a new tab and get motivated by your favorite entrepreneurs & productivity books
Crazyones New Tab란 무엇입니까?
Crazyones New Tab은(는) zeonjune에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a new tab and get motivated by your favorite entrepreneurs & productivity books"입니다.
확장 프로그램 스크린샷
Crazyones New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get advice from legendary entrepreneurs! Get motivated by popular books! When you open a new tab, Crazyones New Tab will bring many different quotes from legendary entrepreneurs. You can also gain wisdom by reading key passages in the books. Now you are inspired by wise words just to open it. And it keeps reminding you not to forget the essential values and great dreams that are really important. Input your new goals and get a constant reminder when you open a new tab! It can improve your productivity. Crazyones New Tab was created to help you do great things. (#1. The title ‘Crazyones’ is derived from Steve Jobs' emphasis on founders, "Be Crazy Ones.") (#2. Simple put, Crazyones New Tab is the Momentum (extension) for those who want to grow up.)
확장 프로그램 기본 정보
이름 | |
ID | noacokcfnplaajfaajhfcnmniehoddcd |
공식 URL | https://chrome.google.com/webstore/detail/crazyones-new-tab/noacokcfnplaajfaajhfcnmniehoddcd |
설명 | Open a new tab and get motivated by your favorite entrepreneurs & productivity books |
파일 크기 | 93.02 MB |
설치 횟수 | 753 |
현재 버전 | 2.0.7 |
최근 업데이트 | 2021-04-19 |
출시 날짜 | 2021-01-26 |
평점 | 5.00/5 총 38 개의 평점 |
개발자 | zeonjune |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crazyones New Tab", "description": "Open a new tab and get motivated by your favorite entrepreneurs & productivity books", "default_locale": "en", "version": "2.0.7", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "blackicon2128.png" }, "permissions": [ "identity" ], "oauth2": { "client_id": "1076289688001-m6jame141t02stfkbl66tton6dogkvr3.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "icons": { "16": "blackicon216.png", "48": "blackicon248.png", "128": "blackicon2128.png" }, "background": { "scripts": [ "chromeReact.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-dgx1l\/eAcaqKK2HcYUVMEonyLpULlQcGUybp0E9S4OM=' https:\/\/www.firestore.googleapis.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/apis.google.com; object-src 'self'" } |