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!

¿Qué es Quotsy - A Quote Manager?

Quotsy - A Quote Manager es una extensión de Chrome desarrollada por Unknown, y su función principal es "Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Quotsy - A Quote Manager

Descarga archivos de extensión Quotsy - A Quote Manager 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

                        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.                    

Información Básica de la Extensión

Nombre Quotsy - A Quote Manager Quotsy - A Quote Manager
ID fmoijfhclgjamghkedfjaalkkpmoecne
URL Oficial https://chromewebstore.google.com/detail/quotsy-a-quote-manager/fmoijfhclgjamghkedfjaalkkpmoecne
Descripción Collect & manage phrases you find while reading stuff online. Have a random one show on your new-tab page so you never forget them!
Tamaño del Archivo 607 KB
Cantidad de Instalaciones 57
Versión Actual 0.0.12
Última Actualización 2014-05-17
Fecha de Publicación 2014-05-17
Calificación 4.00/5 Total de 7 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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'"
}