Quotempole

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

Quotempoleとは何ですか?

Quotempoleはhttps://qtmp.comによって開発されたChromeの拡張機能で、その主な機能は「Easily add quotes to your own quote collection at qtmp.com」です。

拡張機能のスクリーンショット

screenshot

Quotempole拡張機能のCRXファイルをダウンロード

Quotempole拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Quotempole Quotempole
ID fknaohlgfeleijccobadbaonmmialkfd
公式URL https://chromewebstore.google.com/detail/quotempole/fknaohlgfeleijccobadbaonmmialkfd
説明 Easily add quotes to your own quote collection at qtmp.com
ファイルサイズ 64.22 KB
インストール数 85
現在のバージョン 2.0.1
最終更新日 2023-09-06
公開日 2020-06-23
評価 4.57/5 合計 7 レビュー
開発者 https://qtmp.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://qtmp.com
ヘルプページのURL https://qtmp.com/help
プライバシーポリシーページのURL https://qtmp.com/privacy
対応言語 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\/"
        ]
    }
}