New window without toolbar

Open current page in new window without toolbar.

New window without toolbar là gì?

New window without toolbar là một tiện ích mở rộng Chrome được phát triển bởi tkrkt, và tính năng chính của nó là "Open current page in new window without toolbar.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New window without toolbar

Tải xuống các tệp mở rộng New window without toolbar 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

                                            

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

Tên New window without toolbar New window without toolbar
ID epcobhhlenfbjlmooebphgjcgdmbjgnb
URL Chính Thức https://chromewebstore.google.com/detail/new-window-without-toolba/epcobhhlenfbjlmooebphgjcgdmbjgnb
Mô tả Open current page in new window without toolbar.
Kích Thước Tệp 14.69 KB
Số Lần Cài Đặt 594
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2019-01-09
Ngày Phát Hành 2019-01-09
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển tkrkt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tkrkt/NewWindowWithoutToolbar
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    }
}