Listium Quick Add
Add to your lists from any web page
Vad är Listium Quick Add?
Listium Quick Add är en Chrome-tillägg utvecklad av https://listium.com, och dess huvudfunktion är "Add to your lists from any web page".
Tilläggsskärmbilder
Ladda ner Listium Quick Add-förlängningens CRX-fil
Ladda ner Listium Quick Add-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | lbnmdmabhfcialfjcphdpchmofihiffn |
| Officiell webbadress | https://chromewebstore.google.com/detail/listium-quick-add/lbnmdmabhfcialfjcphdpchmofihiffn |
| Beskrivning | Add to your lists from any web page |
| Filstorlek | 691 KB |
| Antal Installationer | 214 |
| Aktuell Version | 0.5.4 |
| Senast Uppdaterad | 2021-11-30 |
| Publiceringsdatum | 2017-09-17 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | https://listium.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://listium.com/privacy |
| Stödda Språk | 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": [
" | |