Quote Catalog - Quotes to Inspire & Motivate
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Quote Catalog - Quotes to Inspire & Motivate란 무엇입니까?
Quote Catalog - Quotes to Inspire & Motivate은(는) http://quotecatalog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension."입니다.
확장 프로그램 스크린샷
Quote Catalog - Quotes to Inspire & Motivate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. All quotes are properly cited and from some of the world’s most engaging and intelligent people.
확장 프로그램 기본 정보
이름 | |
ID | ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
공식 URL | https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe |
설명 | Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. |
파일 크기 | 392 KB |
설치 횟수 | 970 |
현재 버전 | 12 |
최근 업데이트 | 2018-03-23 |
출시 날짜 | 2018-03-23 |
평점 | 4.86/5 총 21 개의 평점 |
개발자 | http://quotecatalog.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://quotecatalog.com/quotes/inspirational |
개인정보 보호 정책 페이지 URL | https://quotecatalog.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quote Catalog - Quotes to Inspire & Motivate", "version": "12", "manifest_version": 2, "description": " Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.", "homepage_url": "https:\/\/quotecatalog.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage", "https:\/\/qc-api-usnyc-1.com\/", "https:\/\/quotecatalog.imgix.net\/", "http:\/\/rules.quantcount.com\/" ], "content_security_policy": "script-src 'self' https:\/\/rules.quantcount.com https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true, "content_scripts": [ { "matches": [ "https:\/\/quotecatalog.com\/" ], "js": [ "src\/inject\/check.js", "src\/inject\/color.js", "src\/inject\/customQuant.js" ] } ] } |