Appify
Turn any tab into an app window. Goodbye electron.
What is Appify?
Appify is a Chrome extension developed by Unknown, and its main feature is "Turn any tab into an app window. Goodbye electron.".
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
Click the icon in the Chrome bar to open any tab in an app window. View the source: https://github.com/kylecarbs/appify
Extension Basic Information
Name | Appify |
ID | cfocbfhecoobjacoclhlefbhpecdngdn |
Official URL | https://chromewebstore.google.com/detail/appify/cfocbfhecoobjacoclhlefbhpecdngdn |
Description | Turn any tab into an app window. Goodbye electron. |
File Size | 5.82 KB |
Installation Count | 60 |
Current Version | 1.0.1 |
Last Updated | 2019-08-21 |
Publish Date | 2019-08-21 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/kylecarbs/appify |
Help Page URL | https://github.com/kylecarbs/appify |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Appify", "description": "Turn any tab into an app window. Goodbye electron.", "version": "1.0.1", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |