My Quotes
Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
My Quotes란 무엇입니까?
My Quotes은(는) Winner Crespo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page."입니다.
확장 프로그램 스크린샷
My Quotes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension you will be able to save your favorite quotes while surfing on the internet (just with a right click), see the list of your saved quotes clicking the extension icon, delete quotes from the option page, see a random quote (from your saved list) when you open a new tab, get a notification when a quote has been saved and see a badge on the extension’s icon with the amount of quotes saved. The extension could have more features like: a textbox to add your own quotes, delete all quotes, add the author of the quote and others, you can collaborate with this extension here.
확장 프로그램 기본 정보
이름 | My Quotes |
ID | kbjmlecjegongpngagkepdgklajjkapp |
공식 URL | https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp |
설명 | Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page. |
파일 크기 | 118 KB |
설치 횟수 | 93 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-08-25 |
출시 날짜 | 2014-08-24 |
평점 | 4.17/5 총 6 개의 평점 |
개발자 | Winner Crespo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://atlas.com.do/blog/?p=113 |
도움말 페이지 URL | http://atlas.com.do/blog/?p=113 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Quotes", "description": "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.", "version": "1.1", "author": "Winner Crespo", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newTab.html" }, "permissions": [ "storage", "notifications", "contextMenus" ], "icons": { "128": "images\/icon128.png" } } |