Enterprise Tab Rotate - Next

Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.

ما هو Enterprise Tab Rotate - Next؟

Enterprise Tab Rotate - Next هو إضافة Chrome تم تطويرها بواسطة https://michaelreichenbach.de، والميزة الرئيسية لها هي "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Enterprise Tab Rotate - Next

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

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

                        Latest bleeding edge version of the Enterprise Tab Rotate extension.

This version may not work correctly or contain unexpected bugs. Do not use it in production deployments and only for testing.

You can find the stable version of the extension under: https://chrome.google.com/webstore/detail/phdmnkgnjkbnpmeaodonildfklccgimp/                    

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

الاسم Enterprise Tab Rotate - Next Enterprise Tab Rotate - Next
ID epoepgpblmnkffgplphpjakmfeeljfem
عنوان URL الرسمي https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem
الوصف Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
حجم الملف 96.36 KB
عدد التثبيتات 79
النسخة الحالية 0.0.1
آخر تحديث 2020-03-05
تاريخ النشر 2020-03-04
المطور https://michaelreichenbach.de
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next
عنوان صفحة المساعدة https://github.com/Silthus/chrome-enterprise-tab-rotate/issues
عنوان صفحة سياسة الخصوصية https://michaelreichenbach.de/datenschutzerklarung
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enterprise Tab Rotate - Next",
    "description": "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.",
    "version": "0.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "Enterprise Tab Rotate - Next",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js",
            "js\/analytics.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "storage": {
        "managed_schema": "schema.json"
    }
}