Things To Get Me
The universal wish-list maker. Add items to your gift list from any website.
Co to jest Things To Get Me?
Things To Get Me to rozszerzenie Chrome opracowane przez https://www.thingstogetme.com, a jego główną funkcją jest „The universal wish-list maker. Add items to your gift list from any website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Things To Get Me
Pobierz pliki rozszerzeń Things To Get Me w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Things To Get Me |
ID | hikgojdlmopjpjfbmmpoleceddnhdjbi |
Oficjalny URL | https://chromewebstore.google.com/detail/things-to-get-me/hikgojdlmopjpjfbmmpoleceddnhdjbi |
Opis | The universal wish-list maker. Add items to your gift list from any website. |
Rozmiar pliku | 4.95 MB |
Liczba instalacji | 11,273 |
Aktualna Wersja | 4.3 |
Ostatnia Aktualizacja | 2023-06-25 |
Data Publikacji | 2020-06-28 |
Ocena | 4.45/5 Łącznie 11 Oceny |
Deweloper | https://www.thingstogetme.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.thingstogetme.com |
Adres URL Strony Polityki Prywatności | https://www.thingstogetme.com/privacy |
Obsługiwane Języki | 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 } |