Qwote

Keep the best of the Web.

Τι είναι το Qwote;

Το Qwote είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.qwote.io, και η κύρια λειτουργία του είναι "Keep the best of the Web.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Qwote

Λήψη αρχείων επέκτασης Qwote σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Qwote Qwote
ID biojcldcfncglkifbiniedekokhfmnbf
Επίσημο URL https://chrome.google.com/webstore/detail/qwote/biojcldcfncglkifbiniedekokhfmnbf
Περιγραφή Keep the best of the Web.
Μέγεθος Αρχείου 1.02 MB
Αριθμός Εγκαταστάσεων 200
Τρέχουσα Έκδοση 0.4.4
Τελευταία Ενημέρωση 2015-07-29
Ημερομηνία Δημοσίευσης 2015-07-29
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://www.qwote.io
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.qwote.io/
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}