Things To Get Me

The universal wish-list maker. Add items to your gift list from any website.

Things To Get Me란 무엇입니까?

Things To Get Me은(는) https://www.thingstogetme.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The universal wish-list maker. Add items to your gift list from any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Things To Get Me 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Free independent wish-list maker, add items to your wish-list from any stores as you browse online.

You can create new lists, and manage any existing lists directly.                    

확장 프로그램 기본 정보

이름 Things To Get Me Things To Get Me
ID hikgojdlmopjpjfbmmpoleceddnhdjbi
공식 URL https://chromewebstore.google.com/detail/things-to-get-me/hikgojdlmopjpjfbmmpoleceddnhdjbi
설명 The universal wish-list maker. Add items to your gift list from any website.
파일 크기 4.95 MB
설치 횟수 11,273
현재 버전 4.3
최근 업데이트 2023-06-25
출시 날짜 2020-06-28
평점 4.45/5 총 11 개의 평점
개발자 https://www.thingstogetme.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.thingstogetme.com
개인정보 보호 정책 페이지 URL https://www.thingstogetme.com/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Things To Get Me",
    "version": "4.3",
    "description": "The universal wish-list maker. Add items to your gift list from any website.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.thingstogetme.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 3
}