Bordless Window
Browsing the current webpage with bordless window.
什么是Bordless Window?
Bordless Window是由Yikai开发的Chrome扩展程序,该扩展的主要功能是“Browsing the current webpage with bordless window.”。
扩展截图
下载Bordless Window扩展crx文件
下载Bordless Window扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
使用無邊框視窗開啟目前瀏覽的網頁 Browsing the current webpage with bordless window
扩展基本信息
名称 | Bordless Window |
ID | oldkbmmdbndonbiogadbbbmgdkdpjoae |
官方URL | https://chromewebstore.google.com/detail/bordless-window/oldkbmmdbndonbiogadbbbmgdkdpjoae |
简介 | Browsing the current webpage with bordless window. |
文件大小 | 10.24 KB |
安装次数 | 6,267 |
当前版本 | 2.0.0 |
更新时间 | 2023-12-14 |
上架时间 | 2020-01-07 |
评分 | 5.00/5 共23次评分 |
开发者 | Yikai |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |