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 |
官方URL | 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": [ " |