Qwote

Keep the best of the Web.

Co to jest Qwote?

Qwote to rozszerzenie Chrome opracowane przez http://www.qwote.io, a jego główną funkcją jest „Keep the best of the Web.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Qwote

Pobierz pliki rozszerzeń Qwote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Qwote Qwote
ID biojcldcfncglkifbiniedekokhfmnbf
Oficjalny URL https://chrome.google.com/webstore/detail/qwote/biojcldcfncglkifbiniedekokhfmnbf
Opis Keep the best of the Web.
Rozmiar pliku 1.02 MB
Liczba instalacji 200
Aktualna Wersja 0.4.4
Ostatnia Aktualizacja 2015-07-29
Data Publikacji 2015-07-29
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper http://www.qwote.io
Typ Płatności free
Strona Rozszerzenia https://www.qwote.io/
Obsługiwane Języki 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"
        ]
    }
}