Quotempole

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

Co to jest Quotempole?

Quotempole to rozszerzenie Chrome opracowane przez https://qtmp.com, a jego główną funkcją jest „Easily add quotes to your own quote collection at qtmp.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Quotempole

Pobierz pliki rozszerzeń Quotempole w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Quotempole Quotempole
ID fknaohlgfeleijccobadbaonmmialkfd
Oficjalny URL https://chromewebstore.google.com/detail/quotempole/fknaohlgfeleijccobadbaonmmialkfd
Opis Easily add quotes to your own quote collection at qtmp.com
Rozmiar pliku 64.22 KB
Liczba instalacji 85
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2023-09-06
Data Publikacji 2020-06-23
Ocena 4.57/5 Łącznie 7 Oceny
Deweloper https://qtmp.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://qtmp.com
Adres URL Strony Pomocy https://qtmp.com/help
Adres URL Strony Polityki Prywatności https://qtmp.com/privacy
Obsługiwane Języki 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\/"
        ]
    }
}