Create your own google chrome app.
Create your own google chrome app.
s
Create your own Google Chrome browser application I am going to show you how to create Google chrome app using JSON an upload chrome store. I am creating this app using JSON and its very easy to create you can create it in minutes. To create chrome app you need a text editor like notepad or word pad and Google chrome browser.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "LVSclasses", | |
"description": "LVSclasses PHP Tutorials, Codeigniter, Joomla, jQuery, Ajax, PHP, MySQL.", | |
"version": "0.0.0.2", | |
"manifest_version": 2, | |
"icons": { | |
"128": "lvs_icon.png" | |
}, | |
"app": { | |
"url": [ | |
"http://lvsclasses.blogspot.com" | |
], | |
} | |
} |
s