Appify
Open any frequently used web page or app into a centered popup.
Cos'è Appify?
Appify è un'estensione di Chrome sviluppata da Roger H. Charles, e la sua funzione principale è "Open any frequently used web page or app into a centered popup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Appify
Scarica i file di estensione Appify 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
Use a web app more effectively with this enhanced toolbar bookmark. Choose any one you want. A Google Doc for example, or even a local HTML file. Informazioni di Base sull'Estensione
| Nome | |
| ID | ednhhbdndmaaiikledchagbgjknhekhj |
| URL Ufficiale | https://chromewebstore.google.com/detail/appify/ednhhbdndmaaiikledchagbgjknhekhj |
| Descrizione | Open any frequently used web page or app into a centered popup. |
| Dimensione del File | 21.04 KB |
| Conteggio Installazioni | 18 |
| Versione Corrente | 1.0.9 |
| Ultimo Aggiornamento | 2023-05-10 |
| Data di Pubblicazione | 2020-02-16 |
| Valutazione | 4.00/5 Totale 2 Valutazioni |
| Sviluppatore | Roger H. Charles |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1m7iXOTBgtikg6hkK4SpeVQReODq2M-qrdZX-Q9nwqm8/edit?usp=sharing |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Appify",
"options_page": "options.html",
"description": "Open any frequently used web page or app into a centered popup.",
"version": "1.0.9",
"manifest_version": 2,
"icons": {
"48": "imgs\/icon_48.png",
"128": "imgs\/icon_128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "imgs\/icon_128.png",
"default_title": "Appify"
}
} | |