New Tab Motivational Quotes
An extension which shows motivating quotes on the new tab page.
New Tab Motivational Quotes란 무엇입니까?
New Tab Motivational Quotes은(는) Shivank Gandhi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension which shows motivating quotes on the new tab page."입니다.
확장 프로그램 스크린샷
New Tab Motivational Quotes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A small extension which shows motivational quotes on the New Tab page in Chrome. I'd love to know your thoughts/suggestions in the comments. **FEATURES** * Awesome selection of quotes to keep you motivated * Minimal typographic experience * Requires no permissions * Small size **RELEASE NOTES** * Added a new simpler font, based on user feedback.
확장 프로그램 기본 정보
이름 | New Tab Motivational Quotes |
ID | mganbjhcinhhpelabgdgnogoaedcakke |
공식 URL | https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke |
설명 | An extension which shows motivating quotes on the new tab page. |
파일 크기 | 24.92 KB |
설치 횟수 | 2,850 |
현재 버전 | 1.6.0 |
최근 업데이트 | 2019-04-02 |
출시 날짜 | 2019-04-02 |
평점 | 4.63/5 총 24 개의 평점 |
개발자 | Shivank Gandhi |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src", "name": "New Tab Motivational Quotes", "manifest_version": 2, "description": "An extension which shows motivating quotes on the new tab page.", "author": "Shivank Gandhi", "version": "1.6.0", "incognito": "split", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "permissions": [ "gcm", "storage", "notifications", "identity" ], "chrome_url_overrides": { "newtab": "index.html" } } |