Anybox
Browser extension for Anybox. Collect your links and images.
什么是Anybox?
Anybox是由https://anybox.app开发的Chrome扩展程序,该扩展的主要功能是“Browser extension for Anybox. Collect your links and images.”。
扩展截图
下载Anybox扩展crx文件
下载Anybox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Anybox |
ID | bpjlhpibdgjhbgafepmakjbdfgnccfed |
官方URL | https://chromewebstore.google.com/detail/anybox/bpjlhpibdgjhbgafepmakjbdfgnccfed |
简介 | Browser extension for Anybox. Collect your links and images. |
文件大小 | 28.27 KB |
安装次数 | 1,742 |
当前版本 | 1.5.2 |
更新时间 | 2024-02-16 |
上架时间 | 2022-01-03 |
评分 | 5.00/5 共4次评分 |
开发者 | https://anybox.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://anybox.app |
帮助页面URL | https://anybox.app |
隐私政策页面URL | https://anybox.app/privacy-policy |
支持的语言 | 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" } } |