Qwote

Keep the best of the Web.

Hvad er Qwote?

Qwote er en Chrome-udvidelse udviklet af http://www.qwote.io, og dens hovedfunktion er "Keep the best of the Web.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Qwote-udvidelses-CRX-fil

Download Qwote-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Qwote Qwote
ID biojcldcfncglkifbiniedekokhfmnbf
Officiel URL https://chrome.google.com/webstore/detail/qwote/biojcldcfncglkifbiniedekokhfmnbf
Beskrivelse Keep the best of the Web.
Filstørrelse 1.02 MB
Antal Installationer 200
Nuværende Version 0.4.4
Senest Opdateret 2015-07-29
Udgivelsesdato 2015-07-29
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler http://www.qwote.io
Betalingsmetode free
Udvidelseswebsted https://www.qwote.io/
Understøttede Sprog 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"
        ]
    }
}