My Quotes
Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.
¿Qué es My Quotes?
My Quotes es una extensión de Chrome desarrollada por Winner Crespo, y su función principal es "Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión My Quotes
Descarga archivos de extensión My Quotes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | My Quotes |
ID | kbjmlecjegongpngagkepdgklajjkapp |
URL Oficial | https://chromewebstore.google.com/detail/my-quotes/kbjmlecjegongpngagkepdgklajjkapp |
Descripción | Save your favorite quotes while surfing the web. Then, you can enjoy them from the new tab page. |
Tamaño del Archivo | 118 KB |
Cantidad de Instalaciones | 93 |
Versión Actual | 1.1 |
Última Actualización | 2014-08-25 |
Fecha de Publicación | 2014-08-24 |
Calificación | 4.17/5 Total de 6 Calificaciones |
Desarrollador | Winner Crespo |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://atlas.com.do/blog/?p=113 |
URL de la Página de Ayuda | http://atlas.com.do/blog/?p=113 |
Idiomas Soportados | 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" } } |