Quotes Homepage
Get a random motivational or inspirational quote for each new homepage
Quotes Homepage란 무엇입니까?
Quotes Homepage은(는) Jose Naime에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a random motivational or inspirational quote for each new homepage"입니다.
확장 프로그램 스크린샷
Quotes Homepage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you want to get motivated or inspired on each new tab, Quotes Homepage will help you with it; our database contains more than 150 random quotes from a wide selection of authors. You can customize the homepage to make it more personal by changing the highlight color and font. Quotes Homepage it's completely FREE, as it doesn't contain any subscription or extra payment (btw, it doesn't have any Ads). That's why any small donation it's completely grateful. Support the project ! https://www.buymeacoffee.com/JoseNaime
확장 프로그램 기본 정보
이름 | Quotes Homepage |
ID | abbakcklnbaccfjgpenaaimnkdgdighf |
공식 URL | https://chromewebstore.google.com/detail/quotes-homepage/abbakcklnbaccfjgpenaaimnkdgdighf |
설명 | Get a random motivational or inspirational quote for each new homepage |
파일 크기 | 44.88 KB |
설치 횟수 | 18 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-08-31 |
출시 날짜 | 2021-08-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Jose Naime |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.daily-quotes.xyz |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotes Homepage", "description": "Get a random motivational or inspirational quote for each new homepage", "author": "Jose Naime", "version": "1.1", "manifest_version": 2, "icons": { "16": "Quotes16.png", "48": "Quotes48.png", "128": "Quotes128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/kit.fontawesome.com https:\/\/cse.google.com\/cse.js; object-src 'self'", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "Popup\/popup.html" } } |