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”。
擴展截圖
下載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 |
ID | fknaohlgfeleijccobadbaonmmialkfd |
官方網址 | 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 |
電子郵箱 | [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\/" ] } } |