AquilaX
AquilaX smart bookmarking
What is AquilaX?
AquilaX is a Chrome extension developed by aquilanetworkdev, and its main feature is "AquilaX smart bookmarking".
Extension Screenshots
Download AquilaX Extension CRX File
Download AquilaX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/.
Extension Basic Information
Name | AquilaX |
ID | albdahjdcmldbcpjmbnbcbckgndaibnk |
Official URL | https://chromewebstore.google.com/detail/aquilax/albdahjdcmldbcpjmbnbcbckgndaibnk |
Description | AquilaX smart bookmarking |
File Size | 111 KB |
Installation Count | 12 |
Current Version | 0.4.1 |
Last Updated | 2021-11-18 |
Publish Date | 2021-03-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | aquilanetworkdev |
[email protected] | |
Payment Type | free |
Extension Website | https://aquila.network |
Privacy Policy Page URL | https://x.aquila.network/privacypolicy.html |
Supported Languages | 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 } |