Bordless Window

Browsing the current webpage with bordless window.

What is Bordless Window?

Bordless Window is a Chrome extension developed by Yikai, and its main feature is "Browsing the current webpage with bordless window.".

Extension Screenshots

screenshot

Download Bordless Window Extension CRX File

Download Bordless Window extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        使用無邊框視窗開啟目前瀏覽的網頁
Browsing the current webpage with bordless window                    

Extension Basic Information

Name Bordless Window Bordless Window
ID oldkbmmdbndonbiogadbbbmgdkdpjoae
Official URL https://chromewebstore.google.com/detail/bordless-window/oldkbmmdbndonbiogadbbbmgdkdpjoae
Description Browsing the current webpage with bordless window.
File Size 10.24 KB
Installation Count 6,267
Current Version 2.0.0
Last Updated 2023-12-14
Publish Date 2020-01-07
Rating 5.00/5 Total 23 Ratings
Developer Yikai
Email [email protected]
Payment Type free
Supported Languages en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "zh_TW",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "icons": {
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_icon": ".\/images\/icon128.png",
        "default_title": "__MSG_default_title__"
    },
    "background": {
        "service_worker": ".\/js\/Background.js"
    },
    "options_ui": {
        "page": ".\/html\/option.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "offscreen"
    ]
}