Listium Quick Add
Add to your lists from any web page
Co to jest Listium Quick Add?
Listium Quick Add to rozszerzenie Chrome opracowane przez https://listium.com, a jego główną funkcją jest „Add to your lists from any web page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Listium Quick Add
Pobierz pliki rozszerzeń Listium Quick Add 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
This extension allows Listium users to quickly add new items to their lists without having to open Listium or leave the page they are on. Note: you must be logged into Listium to use this extension. Sign up for an account at https://listium.com
Podstawowe informacje o rozszerzeniu
Nazwa | Listium Quick Add |
ID | lbnmdmabhfcialfjcphdpchmofihiffn |
Oficjalny URL | https://chromewebstore.google.com/detail/listium-quick-add/lbnmdmabhfcialfjcphdpchmofihiffn |
Opis | Add to your lists from any web page |
Rozmiar pliku | 691 KB |
Liczba instalacji | 214 |
Aktualna Wersja | 0.5.4 |
Ostatnia Aktualizacja | 2021-11-30 |
Data Publikacji | 2017-09-17 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://listium.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://listium.com/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Listium Quick Add", "description": "Add to your lists from any web page", "version": "0.5.4", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L" } } }, "permissions": [ "cookies", "https:\/\/listium.com\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com; object-src 'self'", "icons": { "16": "icons\/icon.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/listium.com\/*" ], "js": [ "notifier.js" ] }, { "matches": [ " |