FramelessApp Ext

Launch your curent tab as a FramelessApp

FramelessApp Extคืออะไร?

FramelessApp Ext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://framelessapps.com และคุณลักษณะหลักของมันคือ "Launch your curent tab as a FramelessApp"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FramelessApp Ext

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
}