Qvotr

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

Was ist Qvotr?

Qvotr ist eine Chrome-Erweiterung, die von http://qvotr.com entwickelt wurde, und ihr Hauptmerkmal ist "Save and share quotes from around the web with a single click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Qvotr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Qvotr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Qvotr Qvotr
ID hcnnoehmifkdlbiihocaadhemblgleep
Offizielle URL https://chrome.google.com/webstore/detail/qvotr/hcnnoehmifkdlbiihocaadhemblgleep
Beschreibung Save and share quotes from around the web with a single click.
Dateigröße 64.08 KB
Installationsanzahl 136
Aktuelle Version 0.3.6
Letztes Update 2019-06-09
Veröffentlichungsdatum 2019-06-09
Bewertung 3.20/5 Insgesamt 15 Bewertungen
Entwickler http://qvotr.com
Zahlungsart free
Erweiterungswebsite https://www.qvotr.com
Unterstützte Sprachen 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"
    ]
}