Quotempole

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

Cos'è Quotempole?

Quotempole è un'estensione di Chrome sviluppata da https://qtmp.com, e la sua funzione principale è "Easily add quotes to your own quote collection at qtmp.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quotempole

Scarica i file di estensione Quotempole in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quotempole Quotempole
ID fknaohlgfeleijccobadbaonmmialkfd
URL Ufficiale https://chromewebstore.google.com/detail/quotempole/fknaohlgfeleijccobadbaonmmialkfd
Descrizione Easily add quotes to your own quote collection at qtmp.com
Dimensione del File 64.22 KB
Conteggio Installazioni 85
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-09-06
Data di Pubblicazione 2020-06-23
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore https://qtmp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://qtmp.com
URL della Pagina di Aiuto https://qtmp.com/help
URL della Pagina della Politica sulla Privacy https://qtmp.com/privacy
Lingue Supportate 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\/"
        ]
    }
}