Enterprise Tab Rotate - Next

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

Co to jest Enterprise Tab Rotate - Next?

Enterprise Tab Rotate - Next to rozszerzenie Chrome opracowane przez https://michaelreichenbach.de, a jego główną funkcją jest „Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Enterprise Tab Rotate - Next

Pobierz pliki rozszerzeń Enterprise Tab Rotate - Next w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Enterprise Tab Rotate - Next Enterprise Tab Rotate - Next
ID epoepgpblmnkffgplphpjakmfeeljfem
Oficjalny URL https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem
Opis Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
Rozmiar pliku 96.36 KB
Liczba instalacji 79
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2020-03-05
Data Publikacji 2020-03-04
Deweloper https://michaelreichenbach.de
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next
Adres URL Strony Pomocy https://github.com/Silthus/chrome-enterprise-tab-rotate/issues
Adres URL Strony Polityki Prywatności https://michaelreichenbach.de/datenschutzerklarung
Obsługiwane Języki 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"
    }
}