Anybox
Browser extension for Anybox. Collect your links and images.
What is Anybox?
Anybox is a Chrome extension developed by https://anybox.app, and its main feature is "Browser extension for Anybox. Collect your links and images.".
Extension Screenshots
Download Anybox Extension CRX File
Download Anybox 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
Use this extension to easily save links, text and files to Anybox Mac app. You can configure if you want to show the checkmark for existing links in Options page. * This extension is only applicable on macOS and requires the running of Anybox for macOS app.
Extension Basic Information
Name | Anybox |
ID | bpjlhpibdgjhbgafepmakjbdfgnccfed |
Official URL | https://chromewebstore.google.com/detail/anybox/bpjlhpibdgjhbgafepmakjbdfgnccfed |
Description | Browser extension for Anybox. Collect your links and images. |
File Size | 28.27 KB |
Installation Count | 1,742 |
Current Version | 1.5.2 |
Last Updated | 2024-02-16 |
Publish Date | 2022-01-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://anybox.app |
[email protected] | |
Payment Type | free |
Extension Website | https://anybox.app |
Help Page URL | https://anybox.app |
Privacy Policy Page URL | https://anybox.app/privacy-policy |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.5.2", "manifest_version": 3, "default_locale": "en", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs" ], "options_page": "options.html", "host_permissions": [ "http:\/\/localhost\/*" ], "action": [], "content_scripts": [], "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } } |