FramelessApp Ext
Launch your curent tab as a FramelessApp
FramelessApp Extとは何ですか?
FramelessApp Extはhttps://framelessapps.comによって開発されたChromeの拡張機能で、その主な機能は「Launch your curent tab as a FramelessApp」です。
拡張機能のスクリーンショット
FramelessApp Ext拡張機能のCRXファイルをダウンロード
FramelessApp Ext拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | peoodjkcnljekllfedckepfejklfomed |
| 公式URL | https://chromewebstore.google.com/detail/framelessapp-ext/peoodjkcnljekllfedckepfejklfomed |
| 説明 | Launch your curent tab as a FramelessApp |
| ファイルサイズ | 34.78 KB |
| インストール数 | 5,035 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2019-12-03 |
| 公開日 | 2019-12-03 |
| 評価 | 3.89/5 合計 18 レビュー |
| 開発者 | https://framelessapps.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.framelessapps.com/extension.html |
| ヘルプページのURL | https://www.framelessapps.com/extension.html |
| プライバシーポリシーページのURL | http://www.framelessapps.com/privacy.html |
| 対応言語 | 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"
} | |