Webapps

Extension with quick links to selected websites.

Was ist Webapps?

Webapps ist eine Chrome-Erweiterung, die von martenicijuliart entwickelt wurde, und ihr Hauptmerkmal ist "Extension with quick links to selected websites.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Webapps-Erweiterungs-CRX-Datei herunterladen

Laden Sie Webapps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Webapps Webapps
ID fifipfjcpdakpdomdhekagpcngdblbba
Offizielle URL https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba
Beschreibung Extension with quick links to selected websites.
Dateigröße 198 KB
Installationsanzahl 8,025
Aktuelle Version 1.4
Letztes Update 2018-11-28
Veröffentlichungsdatum 2018-11-27
Bewertung 3.85/5 Insgesamt 246 Bewertungen
Entwickler martenicijuliart
Zahlungsart free
Erweiterungswebsite http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
Hilfeseite URL http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
Unterstützte Sprachen 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'"
}