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文件

下载Things To Get Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}