Anybox

Browser extension for Anybox. Collect your links and images.

ما هو Anybox؟

Anybox هو إضافة Chrome تم تطويرها بواسطة https://anybox.app، والميزة الرئيسية لها هي "Browser extension for Anybox. Collect your links and images.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Anybox

قم بتنزيل ملفات الامتداد Anybox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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
عنوان صفحة المساعدة https://anybox.app
عنوان صفحة سياسة الخصوصية 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"
    }
}