FramelessApp Ext

Launch your curent tab as a FramelessApp

FramelessApp Ext란 무엇입니까?

FramelessApp Ext은(는) https://framelessapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Launch your curent tab as a FramelessApp"입니다.

확장 프로그램 스크린샷

screenshot

FramelessApp Ext 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 FramelessApp Ext FramelessApp Ext
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
이메일 [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"
}