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은(는) https://michaelreichenbach.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Enterprise Tab Rotate - Next 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL https://github.com/Silthus/chrome-enterprise-tab-rotate/issues
개인정보 보호 정책 페이지 URL 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"
    }
}