Box for tabs

This extension saves tabs for someday you need them.

ما هو Box for tabs؟

Box for tabs هو إضافة Chrome تم تطويرها بواسطة https://lrednight.com، والميزة الرئيسية لها هي "This extension saves tabs for someday you need them.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Box for tabs

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

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

                        Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file.

Key features:

- Bookmark manager
- Material design                    

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

الاسم Box for tabs Box for tabs
ID llinjdlelnciefmjflikdndckffeohho
عنوان URL الرسمي https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho
الوصف This extension saves tabs for someday you need them.
حجم الملف 2.15 MB
عدد التثبيتات 19
النسخة الحالية 0.9.2
آخر تحديث 2015-04-23
تاريخ النشر 2015-04-23
تقييم 2.00/5 مجموع تقييمات 1
المطور https://lrednight.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Box for tabs",
    "description": "This extension saves tabs for someday you need them.",
    "version": "0.9.2",
    "browser_action": {
        "default_popup": "popup.build.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "imgs\/logo.38.png",
        "19": "imgs\/logo.38.png",
        "38": "imgs\/logo.38.png",
        "128": "imgs\/logo.128.png"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "index.build.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}