Appify
Open any frequently used web page or app into a centered popup.
Wat is Appify?
Appify is een Chrome-extensie ontwikkeld door Roger H. Charles, en de belangrijkste functie is "Open any frequently used web page or app into a centered popup.".
Extensie Screenshots
Download het CRX-bestand van de extensie Appify
Download Appify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ednhhbdndmaaiikledchagbgjknhekhj |
| Officiële URL | https://chromewebstore.google.com/detail/appify/ednhhbdndmaaiikledchagbgjknhekhj |
| Beschrijving | Open any frequently used web page or app into a centered popup. |
| Bestandsgrootte | 21.04 KB |
| Aantal Installaties | 18 |
| Huidige Versie | 1.0.9 |
| Laatst Bijgewerkt | 2023-05-10 |
| Publicatiedatum | 2020-02-16 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Roger H. Charles |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://docs.google.com/document/d/1m7iXOTBgtikg6hkK4SpeVQReODq2M-qrdZX-Q9nwqm8/edit?usp=sharing |
| Ondersteunde Talen | 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"
}
} | |