Webapps
Extension with quick links to selected websites.
Wat is Webapps?
Webapps is een Chrome-extensie ontwikkeld door martenicijuliart, en de belangrijkste functie is "Extension with quick links to selected websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie Webapps
Download Webapps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Webapps |
ID | fifipfjcpdakpdomdhekagpcngdblbba |
Officiële URL | https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba |
Beschrijving | Extension with quick links to selected websites. |
Bestandsgrootte | 198 KB |
Aantal Installaties | 8,025 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2018-11-28 |
Publicatiedatum | 2018-11-27 |
Beoordeling | 3.85/5 Totaal 246 Beoordelingen |
Ontwikkelaar | martenicijuliart |
Betalingswijze | free |
Extensiewebsite | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
Help Pagina-URL | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
Ondersteunde Talen | 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'" } |