Qvotr

Save and share quotes from around the web with a single click.

Qu'est-ce que Qvotr ?

Qvotr est une extension Chrome développée par http://qvotr.com, et sa fonction principale est "Save and share quotes from around the web with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Qvotr

Téléchargez les fichiers d'extension Qvotr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Save text from any website by selecting text on the page and clicking the Qvotr chrome extention.

With a single click, the quote is saved to your collection on qvotr.com.

You can view all your saved quotes on qvotr.com and discover new quotes from other users.                    

Informations de Base sur l'Extension

Nom Qvotr Qvotr
ID hcnnoehmifkdlbiihocaadhemblgleep
URL Officiel https://chrome.google.com/webstore/detail/qvotr/hcnnoehmifkdlbiihocaadhemblgleep
Description Save and share quotes from around the web with a single click.
Taille du Fichier 64.08 KB
Nombre d'Installations 136
Version Actuelle 0.3.6
Dernière Mise à Jour 2019-06-09
Date de Publication 2019-06-09
Évaluation 3.20/5 Total 15 Évaluations
Développeur http://qvotr.com
Type de Paiement free
Site Web de l'Extension https://www.qvotr.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qvotr",
    "version": "0.3.6",
    "description": "Save and share quotes from around the web with a single click.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Qvotr",
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery-2.1.1.min.js",
                "typeahead.bundle.min.js",
                "tagmanager.js",
                "contentScript.js"
            ],
            "css": [
                "extension.css",
                "tagmanager.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "",
        "https:\/\/www.qvotr.com\/"
    ],
    "web_accessible_resources": [
        "images\/close-modal.png",
        "images\/success.png"
    ]
}