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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | hikgojdlmopjpjfbmmpoleceddnhdjbi |
| 官方網址 | 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
} | |