Quotsy - A Quote Manager
Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!
Quotsy - A Quote Manager란 무엇입니까?
Quotsy - A Quote Manager은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!"입니다.
확장 프로그램 스크린샷
Quotsy - A Quote Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever come across a really well written, interesting phrase in an article and emailed it to yourself/bookmarked the page/noted it down in your super secret diary for posterity? The one you saved so you could revisit it down the line and appreciate the authors eloquence all over again, and then NEVER saw again? Quotsy helps you hold on to and manage these literary gems. Just select a chunk of text, right click and click on 'Add to Quotsy' to add it to your collection. Quotsy also spices up your boring new-tab page on Chrome by replacing it with an elegant background adorned with a randomly picked quote from your collection.
확장 프로그램 기본 정보
이름 | Quotsy - A Quote Manager |
ID | fmoijfhclgjamghkedfjaalkkpmoecne |
공식 URL | https://chromewebstore.google.com/detail/quotsy-a-quote-manager/fmoijfhclgjamghkedfjaalkkpmoecne |
설명 | Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them! |
파일 크기 | 607 KB |
설치 횟수 | 57 |
현재 버전 | 0.0.12 |
최근 업데이트 | 2014-05-17 |
출시 날짜 | 2014-05-17 |
평점 | 4.00/5 총 7 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quotsy - A Quote Manager", "version": "0.0.12", "manifest_version": 2, "description": "Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!", "permissions": [ "contextMenus", "https:\/\/www.quotsy.net\/*" ], "background": { "page": "html\/background.html" }, "icons": { "16": "images\/contextQuotsy.png" }, "chrome_url_overrides": { "newtab": "html\/quotePage.html" }, "content_security_policy": "script-src 'self' http:\/\/127.0.0.1:8000 https:\/\/www.shopperspoll.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |