Anybox
Browser extension for Anybox. Collect your links and images.
Wat is Anybox?
Anybox is een Chrome-extensie ontwikkeld door https://anybox.app, en de belangrijkste functie is "Browser extension for Anybox. Collect your links and images.".
Extensie Screenshots
Download het CRX-bestand van de extensie Anybox
Download Anybox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Anybox |
ID | bpjlhpibdgjhbgafepmakjbdfgnccfed |
Officiële URL | https://chromewebstore.google.com/detail/anybox/bpjlhpibdgjhbgafepmakjbdfgnccfed |
Beschrijving | Browser extension for Anybox. Collect your links and images. |
Bestandsgrootte | 28.27 KB |
Aantal Installaties | 1,742 |
Huidige Versie | 1.5.2 |
Laatst Bijgewerkt | 2024-02-16 |
Publicatiedatum | 2022-01-03 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://anybox.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://anybox.app |
Help Pagina-URL | https://anybox.app |
URL van de Privacybeleid Pagina | https://anybox.app/privacy-policy |
Ondersteunde Talen | 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" } } |