Webapps
Extension with quick links to selected websites.
Hvad er Webapps?
Webapps er en Chrome-udvidelse udviklet af martenicijuliart, og dens hovedfunktion er "Extension with quick links to selected websites.".
Udvidelsesskærmbilleder
Download Webapps-udvidelses-CRX-fil
Download Webapps-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Webapps |
ID | fifipfjcpdakpdomdhekagpcngdblbba |
Officiel URL | https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba |
Beskrivelse | Extension with quick links to selected websites. |
Filstørrelse | 198 KB |
Antal Installationer | 8,025 |
Nuværende Version | 1.4 |
Senest Opdateret | 2018-11-28 |
Udgivelsesdato | 2018-11-27 |
Bedømmelse | 3.85/5 Samlet 246 Bedømmelser |
Udvikler | martenicijuliart |
Betalingsmetode | free |
Udvidelseswebsted | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
Hjælpeside-URL | http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html |
Understøttede Sprog | 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'" } |