FramelessApp Ext
Launch your curent tab as a FramelessApp
FramelessApp Ext là gì?
FramelessApp Ext là một tiện ích mở rộng Chrome được phát triển bởi https://framelessapps.com, và tính năng chính của nó là "Launch your curent tab as a FramelessApp".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FramelessApp Ext
Tải xuống các tệp mở rộng FramelessApp Ext 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
External Frameless Window for any site! * No Browser Elements! * Window resizes. * Fullscreen. This will convert any site you are visiting to an external window without nearly all of the normal browser elements.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FramelessApp Ext |
ID | peoodjkcnljekllfedckepfejklfomed |
URL Chính Thức | https://chromewebstore.google.com/detail/framelessapp-ext/peoodjkcnljekllfedckepfejklfomed |
Mô tả | Launch your curent tab as a FramelessApp |
Kích Thước Tệp | 34.78 KB |
Số Lần Cài Đặt | 5,035 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2019-12-03 |
Ngày Phát Hành | 2019-12-03 |
Đánh Giá | 3.89/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | https://framelessapps.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.framelessapps.com/extension.html |
URL Trang Trợ Giúp | https://www.framelessapps.com/extension.html |
URL Trang Chính Sách Bảo Mật | http://www.framelessapps.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "assets\/fl-icon-16.png", "32": "assets\/fl-icon-32.png", "128": "assets\/fl-icon-128.png" }, "default_title": "FramelessApp Current Window" }, "commands": { "toggle_popup": { "description": "Launch tab as FramelessApp", "global": false, "suggested_key": { "default": "Alt+0" } } }, "description": "Launch your curent tab as a FramelessApp", "homepage_url": "https:\/\/www.framelessapps.com\/extension.html#extension", "icons": { "16": "assets\/fl-icon-16.png", "32": "assets\/fl-icon-32.png", "128": "assets\/fl-icon-128.png" }, "incognito": "split", "manifest_version": 2, "name": "FramelessApp Ext", "permissions": [ "storage", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0" } |