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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
        ]
    }
}