FramelessApp Ext

Launch your curent tab as a FramelessApp

What is FramelessApp Ext?

FramelessApp Ext is a Chrome extension developed by https://framelessapps.com, and its main feature is "Launch your curent tab as a FramelessApp".

Extension Screenshots

screenshot

Download FramelessApp Ext Extension CRX File

Download FramelessApp Ext 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

                        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.                    

Extension Basic Information

Name FramelessApp Ext FramelessApp Ext
ID peoodjkcnljekllfedckepfejklfomed
Official URL https://chromewebstore.google.com/detail/framelessapp-ext/peoodjkcnljekllfedckepfejklfomed
Description Launch your curent tab as a FramelessApp
File Size 34.78 KB
Installation Count 5,035
Current Version 0.1.0
Last Updated 2019-12-03
Publish Date 2019-12-03
Rating 3.89/5 Total 18 Ratings
Developer https://framelessapps.com
Email [email protected]
Payment Type free
Extension Website https://www.framelessapps.com/extension.html
Help Page URL https://www.framelessapps.com/extension.html
Privacy Policy Page URL http://www.framelessapps.com/privacy.html
Supported Languages 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"
}