Anybox

Browser extension for Anybox. Collect your links and images.

Was ist Anybox?

Anybox ist eine Chrome-Erweiterung, die von https://anybox.app entwickelt wurde, und ihr Hauptmerkmal ist "Browser extension for Anybox. Collect your links and images.".

Erweiterungsscreenshots

screenshot

Anybox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anybox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Anybox Anybox
ID bpjlhpibdgjhbgafepmakjbdfgnccfed
Offizielle URL https://chromewebstore.google.com/detail/anybox/bpjlhpibdgjhbgafepmakjbdfgnccfed
Beschreibung Browser extension for Anybox. Collect your links and images.
Dateigröße 28.27 KB
Installationsanzahl 1,742
Aktuelle Version 1.5.2
Letztes Update 2024-02-16
Veröffentlichungsdatum 2022-01-03
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://anybox.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://anybox.app
Hilfeseite URL https://anybox.app
URL der Datenschutzrichtlinien-Seite https://anybox.app/privacy-policy
Unterstützte Sprachen 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"
    }
}