Qwote

Keep the best of the Web.

Cos'è Qwote?

Qwote è un'estensione di Chrome sviluppata da http://www.qwote.io, e la sua funzione principale è "Keep the best of the Web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Qwote

Scarica i file di estensione Qwote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Why do you need to save entire pages when you only want to save this beautiful picture or that great sentence in the middle of an article?

Qwote helps you save very precise elements on any webpage like texts, images or videos and share them easily with your friends.

It’s simple, fast and most of all, precise.

Keep in touch with us:
- Facebook : https://www.facebook.com/qwoteapp
- Twitter : https://www.twitter.com/qwoteapp
- Tumblr : http://qwoteapp.tumblr.com

Learn more about us on our website www.qwote.io. 
Happy precise sharing!                    

Informazioni di Base sull'Estensione

Nome Qwote Qwote
ID biojcldcfncglkifbiniedekokhfmnbf
URL Ufficiale https://chrome.google.com/webstore/detail/qwote/biojcldcfncglkifbiniedekokhfmnbf
Descrizione Keep the best of the Web.
Dimensione del File 1.02 MB
Conteggio Installazioni 200
Versione Corrente 0.4.4
Ultimo Aggiornamento 2015-07-29
Data di Pubblicazione 2015-07-29
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore http://www.qwote.io
Tipo di Pagamento free
Sito Web dell'Estensione https://www.qwote.io/
Lingue Supportate en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/www.qwote.io\/",
    "version": "0.4.4",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "html\/*.html",
        "pictures\/*.png",
        "pictures\/*.svg",
        "fonts\/*.ttf",
        "fonts\/*.eot",
        "fonts\/*.svg",
        "fonts\/*.woff",
        "fonts\/*.otf"
    ],
    "icons": {
        "16": "pictures\/icon-19x19.png",
        "19": "pictures\/icon-19x19.png",
        "38": "pictures\/icon-38x38.png",
        "48": "pictures\/icon-48x48.png",
        "128": "pictures\/icon-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "pictures\/icon-off-19x19.png"
        },
        "default_title": "Qwote",
        "default_popup": "html\/qwote-popup.html"
    },
    "options_page": "html\/qwote-options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "css\/qwote.css"
            ],
            "js": [
                "js\/vendors\/jquery-2.1.1.min.js",
                "js\/vendors\/embryo-0.1.1.min.js",
                "js\/widgets\/qwote-template.js",
                "js\/widgets\/qwote-widget.js",
                "js\/widgets\/qwote-button.js",
                "js\/widgets\/qwote-share-overlay.js",
                "js\/widgets\/qwote-app.js",
                "js\/widgets\/qwote-content.js",
                "js\/qwote-mixpanel.js",
                "js\/qwote-settings.js",
                "js\/qwote-core.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendors\/jquery-2.1.1.min.js",
            "js\/qwote-mixpanel.js",
            "js\/qwote-settings.js",
            "js\/qwote-background.js"
        ]
    }
}