FEBOX

Cross-platform bookmarking and searching

ما هو FEBOX؟

FEBOX هو إضافة Chrome تم تطويرها بواسطة firmeve، والميزة الرئيسية لها هي "Cross-platform bookmarking and searching".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        At present, I am very excited and excited because the Febox platform has been launched.

Bookmarks are one of the important functions of the browser, but the bookmark itself cannot replace us better classification, collection, and search, so this is where Febox focuses on.

In Febox, you can collect the content, pictures, constituencies or links offline, and the content of the collection will automatically identify the main area and remove the advertisement in most scenarios. This is where we are excited for it.

We will save these data permanently, and we will no longer worry about the content of the bookmark link that has not been visited for a long time will be deleted

We provide a very convenient full -content search support. For any page, as long as a shortcut key (Shift+Alt+K), you can focus on searching for the content you have preserved, and also support the content of the content that is not found to automatically jump to the search to search for search. Engine, this is your exclusive search tool                    

معلومات أساسية عن التمديد

الاسم FEBOX FEBOX
ID mjaioceoblooamkkddmgdbcfdhneoncm
عنوان URL الرسمي https://chromewebstore.google.com/detail/febox/mjaioceoblooamkkddmgdbcfdhneoncm
الوصف Cross-platform bookmarking and searching
حجم الملف 613 KB
عدد التثبيتات 132
النسخة الحالية 0.3.3
آخر تحديث 2023-01-25
تاريخ النشر 2022-05-25
تقييم 5.00/5 مجموع تقييمات 1
المطور firmeve
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://febox.app
عنوان صفحة المساعدة https://document.firmeve.com/
عنوان صفحة سياسة الخصوصية https://firmeve.com/protocol
اللغات المدعومة en-US,fr,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FEBOX",
    "description": "Cross-platform bookmarking and searching",
    "version": "0.3.3",
    "default_locale": "en_US",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "icons": {
        "16": "logo\/16-16.png",
        "32": "logo\/32-32.png",
        "48": "logo\/48-48.png",
        "128": "logo\/128-128.png"
    },
    "action": {
        "default_title": "FEBOX"
    },
    "commands": {
        "collect-page": {
            "suggested_key": {
                "default": "Shift+Alt+P"
            },
            "description": "Save page content"
        },
        "search-content": {
            "suggested_key": {
                "default": "Shift+Alt+K"
            },
            "description": "Search collect content"
        }
    },
    "permissions": [
        "contextMenus",
        "storage",
        "history"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/firmeve.com\/*",
            "http:\/\/firmeve.com\/*",
            "https:\/\/febox.app\/*",
            "http:\/\/febox.app\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "notify.html",
                "collect.html",
                "search.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}