Webapps
Extension with quick links to selected websites.
What is Webapps?
Webapps is a Chrome extension developed by martenicijuliart, and its main feature is "Extension with quick links to selected websites.".
Extension Screenshots
Download Webapps Extension CRX File
Download Webapps 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
Quick links to popular websites. Rearrange the icons in the order you like. Just press the icon, drag it to the new location and drop it. All product names, logos, and brands are property of their respective owners. All copyrights belong to their respective owners.
Extension Basic Information
Name | Webapps |
ID | fifipfjcpdakpdomdhekagpcngdblbba |
Official URL | https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba |
Description | Extension with quick links to selected websites. |
File Size | 198 KB |
Installation Count | 8,025 |
Current Version | 1.4 |
Last Updated | 2018-11-28 |
Publish Date | 2018-11-27 |
Rating | 3.85/5 Total 246 Ratings |
Developer | martenicijuliart |
Payment Type | free |
Extension Website | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
Help Page URL | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "1.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/*.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |