Anybox

Browser extension for Anybox. Collect your links and images.

Vad är Anybox?

Anybox är en Chrome-tillägg utvecklad av https://anybox.app, och dess huvudfunktion är "Browser extension for Anybox. Collect your links and images.".

Tilläggsskärmbilder

screenshot

Ladda ner Anybox-förlängningens CRX-fil

Ladda ner Anybox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Anybox Anybox
ID bpjlhpibdgjhbgafepmakjbdfgnccfed
Officiell webbadress https://chromewebstore.google.com/detail/anybox/bpjlhpibdgjhbgafepmakjbdfgnccfed
Beskrivning Browser extension for Anybox. Collect your links and images.
Filstorlek 28.27 KB
Antal Installationer 1,742
Aktuell Version 1.5.2
Senast Uppdaterad 2024-02-16
Publiceringsdatum 2022-01-03
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://anybox.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://anybox.app
Hjälpsida URL https://anybox.app
URL till Sekretesspolicy Sidan https://anybox.app/privacy-policy
Stödda Språk 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"
    }
}