Another Tab

Another Tab Chrome Extension

ما هو Another Tab؟

Another Tab هو إضافة Chrome تم تطويرها بواسطة Dumb Sloth Development، والميزة الرئيسية لها هي "Another Tab Chrome Extension".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Another Tab

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

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

                        An open source Chrome extension that shows your bookmarks when you open a new tab.  
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab                    

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

الاسم Another Tab Another Tab
ID oaaeanlgefipegfcbgpgnhhnpengdjld
عنوان URL الرسمي https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld
الوصف Another Tab Chrome Extension
حجم الملف 507 KB
عدد التثبيتات 75
النسخة الحالية 1.1.0
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
تقييم 5.00/5 مجموع تقييمات 4
المطور Dumb Sloth Development
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mmazzarolo/chrome-another-tab
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Another Tab",
    "description": "Another Tab Chrome Extension",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Another Tab",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
}