Listium Quick Add
Add to your lists from any web page
什麼是Listium Quick Add?
Listium Quick Add是由https://listium.com開發的Chrome擴展程式,該擴展的主要功能是“Add to your lists from any web page”。
擴展截圖
下載Listium Quick Add擴展crx文件
下載Listium Quick Add擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Listium Quick Add |
ID | lbnmdmabhfcialfjcphdpchmofihiffn |
官方網址 | https://chromewebstore.google.com/detail/listium-quick-add/lbnmdmabhfcialfjcphdpchmofihiffn |
簡介 | Add to your lists from any web page |
檔案大小 | 691 KB |
安裝次數 | 214 |
目前版本 | 0.5.4 |
更新時間 | 2021-11-30 |
上架時間 | 2017-09-17 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://listium.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://listium.com/privacy |
支援的語言 | 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": [ " |