June 12, 2022
Find Chrome bookmarks folder
- Sample manifest.json declare a bookmark application:
{
"manifest_version": 2,
"name": "G Suite Certification app",
"description": "backlink to G Suite certificates website",
"version": "1.1",
"icons": {
"128": "128.png"
},
"app": {
"urls": [
"launch": {
"web_url": " "
"permissions": [
"unlimitedStorage",
"notifications"
]
}
Step 2. test thoroughly your app
- Open Chrome and visit Tools > Extensions.
- Simply click Developer mode > Load unpacked extensions...
- Browse to and choose the folder in which your manifest.json file is and logo design.
- Start a unique tab in Chrome to see if the application loads and functions correctly. Or even, tweak it and test drive it until it is working correctly inside internet browser.
Action 3. bring your software
- If your app is ready, visit Tools > Extensions in Chrome and then click Pack expansion...
- Find the folder on your own desktop computer which contains the manifest.json file. Entering a private key is optional.
- Click Pack Extension. You are going to obtain a verification screen, telling you maintain the .pem file safe and never to erase it.
- Place the .crx file that's saved in your desktop in identical folder where you possess manifest.json file. (crx is a kind of .zip file)
- Uninstall the unpacked form of the Chrome application so that it wont conflict with all the packed app.
- Drag and drop the new .crx file into Chrome browser to install the loaded software.
Step 4. Find app ID
- Click on the problem piece extension icon inside top-right of browser to start the expansion. This starts a new web page that lists the Chrome applications you've got put in and their application ID. Copy and paste the ID for your app.
- Create an auto-update.xml file just like the one below and publish it to your hosting location. This means that your URL software may be updated if you generate a unique version.
- Insert the application ID and area of where you wish keep the loaded application, eg in App system, Google websites, or your server.
- Place the .crx file and .xml file inside app folder. Upload this folder towards web hosting place.
Save this file as auto-update.xml. You can make use of a course like TextMate or Adobe Dreamweaver to really make the .xml file.