FramelessApp Ext
Launch your curent tab as a FramelessApp
Cos'è FramelessApp Ext?
FramelessApp Ext è un'estensione di Chrome sviluppata da https://framelessapps.com, e la sua funzione principale è "Launch your curent tab as a FramelessApp".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FramelessApp Ext
Scarica i file di estensione FramelessApp Ext in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | peoodjkcnljekllfedckepfejklfomed |
| URL Ufficiale | https://chromewebstore.google.com/detail/framelessapp-ext/peoodjkcnljekllfedckepfejklfomed |
| Descrizione | Launch your curent tab as a FramelessApp |
| Dimensione del File | 34.78 KB |
| Conteggio Installazioni | 5,035 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2019-12-03 |
| Data di Pubblicazione | 2019-12-03 |
| Valutazione | 3.89/5 Totale 18 Valutazioni |
| Sviluppatore | https://framelessapps.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.framelessapps.com/extension.html |
| URL della Pagina di Aiuto | https://www.framelessapps.com/extension.html |
| URL della Pagina della Politica sulla Privacy | http://www.framelessapps.com/privacy.html |
| Lingue Supportate | 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"
} | |