AquilaX
AquilaX smart bookmarking
什么是AquilaX?
AquilaX是由aquilanetworkdev开发的Chrome扩展程序,该扩展的主要功能是“AquilaX smart bookmarking”。
扩展截图
下载AquilaX扩展crx文件
下载AquilaX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AquilaX is a smart bookmarking tool. You can keep your bookmarks and search through it's contents. Choose to keep all your data in a local server or in the cloud. This is an open source software and thus is auditable at https://github.com/Aquila-Network/.
扩展基本信息
名称 | AquilaX |
ID | albdahjdcmldbcpjmbnbcbckgndaibnk |
官方URL | https://chromewebstore.google.com/detail/aquilax/albdahjdcmldbcpjmbnbcbckgndaibnk |
简介 | AquilaX smart bookmarking |
文件大小 | 111 KB |
安装次数 | 12 |
当前版本 | 0.4.1 |
更新时间 | 2021-11-18 |
上架时间 | 2021-03-18 |
评分 | 5.00/5 共1次评分 |
开发者 | aquilanetworkdev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://aquila.network |
隐私政策页面URL | https://x.aquila.network/privacypolicy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AquilaX", "version": "0.4.1", "description": "AquilaX smart bookmarking", "omnibox": { "keyword": "!!" }, "permissions": [ "storage", "declarativeContent", "activeTab", "tabs", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "assets\/img\/logo.png" }, "icons": { "128": "assets\/img\/logo.png" } }, "externally_connectable": { "matches": [ "*:\/\/*.aquila.network\/*" ] }, "manifest_version": 3 } |