Listium Quick Add
Add to your lists from any web page
Hvad er Listium Quick Add?
Listium Quick Add er en Chrome-udvidelse udviklet af https://listium.com, og dens hovedfunktion er "Add to your lists from any web page".
Udvidelsesskærmbilleder
Download Listium Quick Add-udvidelses-CRX-fil
Download Listium Quick Add-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Listium Quick Add |
ID | lbnmdmabhfcialfjcphdpchmofihiffn |
Officiel URL | https://chromewebstore.google.com/detail/listium-quick-add/lbnmdmabhfcialfjcphdpchmofihiffn |
Beskrivelse | Add to your lists from any web page |
Filstørrelse | 691 KB |
Antal Installationer | 214 |
Nuværende Version | 0.5.4 |
Senest Opdateret | 2021-11-30 |
Udgivelsesdato | 2017-09-17 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | https://listium.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://listium.com/privacy |
Understøttede Sprog | 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": [ " |