Listium Quick Add
Add to your lists from any web page
Apa itu Listium Quick Add?
Listium Quick Add adalah ekstensi Chrome yang dikembangkan oleh https://listium.com, dan fitur utamanya adalah "Add to your lists from any web page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Listium Quick Add
Unduh file ekstensi Listium Quick Add dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Listium Quick Add |
ID | lbnmdmabhfcialfjcphdpchmofihiffn |
URL Resmi | https://chromewebstore.google.com/detail/listium-quick-add/lbnmdmabhfcialfjcphdpchmofihiffn |
Deskripsi | Add to your lists from any web page |
Ukuran File | 691 KB |
Jumlah Instalasi | 214 |
Versi Saat Ini | 0.5.4 |
Terakhir Diperbarui | 2021-11-30 |
Tanggal Publikasi | 2017-09-17 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://listium.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://listium.com/privacy |
Bahasa yang Didukung | 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": [ " |