Quotempole

Easily add quotes to your own quote collection at qtmp.com

Was ist Quotempole?

Quotempole ist eine Chrome-Erweiterung, die von https://qtmp.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily add quotes to your own quote collection at qtmp.com".

Erweiterungsscreenshots

screenshot

Quotempole-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quotempole-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

                        With the Quotempole web clipper you can easily capture quotes and add them to your collection with a simple click. 

Keeping track of all your favorite quotes has never been simpler or easier!  Capture, share, and discuss your own personal quote collection at qtmp.com.  After you sign in to qtmp.com you can select any text in a web page, click the Quotempole Web Clipper icon, and it will add the highlighted text, URL, and other details to your collection. Once you've added the quote to your collection, you can comment, share with others, and discover new quotes at qtmp.com.                    

Grundlegende Informationen zur Erweiterung

Name Quotempole Quotempole
ID fknaohlgfeleijccobadbaonmmialkfd
Offizielle URL https://chromewebstore.google.com/detail/quotempole/fknaohlgfeleijccobadbaonmmialkfd
Beschreibung Easily add quotes to your own quote collection at qtmp.com
Dateigröße 64.22 KB
Installationsanzahl 85
Aktuelle Version 2.0.1
Letztes Update 2023-09-06
Veröffentlichungsdatum 2020-06-23
Bewertung 4.57/5 Insgesamt 7 Bewertungen
Entwickler https://qtmp.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://qtmp.com
Hilfeseite URL https://qtmp.com/help
URL der Datenschutzrichtlinien-Seite https://qtmp.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quotempole",
    "version": "2.0.1",
    "description": "Easily add quotes to your own quote collection at qtmp.com",
    "icons": {
        "16": "images\/qtmp-icon-16.png",
        "48": "images\/qtmp-icon-48.png",
        "128": "images\/qtmp-icon-128.png"
    },
    "action": {
        "default_icon": "images\/qtmp-icon-16.png",
        "default_popup": "qtmp-add-quote.html",
        "default_title": "Add a quote to Quotempole"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/qtmp.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/qtmp.com\/"
        ]
    }
}