Quote & Share Awesome Content - Qout.io

This extension allows you to quote and share your favorite content. Just select the text and quote!

Τι είναι το Quote & Share Awesome Content - Qout.io;

Το Quote & Share Awesome Content - Qout.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Qout.io, και η κύρια λειτουργία του είναι "This extension allows you to quote and share your favorite content. Just select the text and quote!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Quote & Share Awesome Content - Qout.io

Λήψη αρχείων επέκτασης Quote & Share Awesome Content - Qout.io σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        ***YOU ARE A BETA TESTER***

Qout allows to share the content you love by highlighting those quotes that better cut it!

YOU GET MORE THAN 140 CHARACTERS ON TWITTER, and your tweets look hot sexy!

The extension also shows you the best quotes from any site you are reading.

We allow you to quote (literally select text & click) internet articles as you read them, and SUPER EASILY share to your favorite social networks as branded images (with your text embedded), and at the same time preserving the link to the original page and related meta-data.

Isn't it awesome? Give it a try!                    

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

Όνομα Quote & Share Awesome Content - Qout.io Quote & Share Awesome Content - Qout.io
ID bffdedblghoopphgledmgdfiojdngefa
Επίσημο URL https://chrome.google.com/webstore/detail/quote-share-awesome-conte/bffdedblghoopphgledmgdfiojdngefa
Περιγραφή This extension allows you to quote and share your favorite content. Just select the text and quote!
Μέγεθος Αρχείου 74.27 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 0.8.0.4
Τελευταία Ενημέρωση 2019-03-08
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Qout.io
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quote & Share Awesome Content - Qout.io",
    "short_name": "Qout",
    "minimum_chrome_version": "29",
    "offline_enabled": true,
    "description": "This extension allows you to quote and share your favorite content. Just select the text and quote!",
    "version": "0.8.0.4",
    "default_locale": "en",
    "icons": {
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Qout",
        "default_popup": "popup.html"
    },
    "author": "Qout.io",
    "background": {
        "scripts": [
            "js\/jquery-2.1.0.min.js",
            "js\/bg.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-2.1.0.min.js",
                "js\/widget.js",
                "js\/quote.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "management",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "*:\/\/qout.local\/*",
        "*:\/\/*.qout.io\/*",
        "*:\/\/qout.io\/*",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuV7R0ueR+rO+ikDIlcVQ7j38CLrNyNRaaKkMwUjRTabcx1pv2SzdItAYMobP8C5x4yVUK92ztuZpr2lvCqwFgIs0MosVstJBDfFAxi4jyVdcWjrKZ4fQIo5ajKwHRoZbm9L0RcVrL3635g7qXnDM1fW92OuSoWIf2FdhmFuyph+BL\/uECRn2IJNYIhrIxwDW5mJl9Fo87DiPmv\/FDWgp0K3COkpgqP\/MLoetJFtpWaOJBYPjfwfVNY+BeOdakJynq4UNcvM\/SrUr4gmKfJOtB1JfyfqlHAexKYGXynlhqVOOrSHvTgJTiyeYp+79oO2kaQW0rBxcvEW7U363sut6RwIDAQAB",
    "oauth2": {
        "client_id": "234455673886-os2krlvn4c5otqfbfupt24j6bcj29j2s.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/qout.local\/*",
            "*:\/\/*.qout.io\/*"
        ]
    }
}