Appify
Open any frequently used web page or app into a centered popup.
What is Appify?
Appify is a Chrome extension developed by Roger H. Charles, and its main feature is "Open any frequently used web page or app into a centered popup.".
Extension Screenshots
Download Appify Extension CRX File
Download Appify 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
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.
Extension Basic Information
Name | Appify |
ID | ednhhbdndmaaiikledchagbgjknhekhj |
Official URL | https://chromewebstore.google.com/detail/appify/ednhhbdndmaaiikledchagbgjknhekhj |
Description | Open any frequently used web page or app into a centered popup. |
File Size | 21.04 KB |
Installation Count | 18 |
Current Version | 1.0.9 |
Last Updated | 2023-05-10 |
Publish Date | 2020-02-16 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Roger H. Charles |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1m7iXOTBgtikg6hkK4SpeVQReODq2M-qrdZX-Q9nwqm8/edit?usp=sharing |
Supported Languages | 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" } } |