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 |
| 公式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 |
| Eメール | [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
} | |