Enterprise Tab Rotate - Next

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

Enterprise Tab Rotate - Next là gì?

Enterprise Tab Rotate - Next là một tiện ích mở rộng Chrome được phát triển bởi https://michaelreichenbach.de, và tính năng chính của nó là "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enterprise Tab Rotate - Next

Tải xuống các tệp mở rộng Enterprise Tab Rotate - Next dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enterprise Tab Rotate - Next Enterprise Tab Rotate - Next
ID epoepgpblmnkffgplphpjakmfeeljfem
URL Chính Thức https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem
Mô tả Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
Kích Thước Tệp 96.36 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-03-05
Ngày Phát Hành 2020-03-04
Nhà Phát Triển https://michaelreichenbach.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next
URL Trang Trợ Giúp https://github.com/Silthus/chrome-enterprise-tab-rotate/issues
URL Trang Chính Sách Bảo Mật https://michaelreichenbach.de/datenschutzerklarung
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}