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.”。

擴展截圖

screenshot

下載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 Anybox
ID bpjlhpibdgjhbgafepmakjbdfgnccfed
官方網址 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"
    }
}