Webapps

Extension with quick links to selected websites.

Qu'est-ce que Webapps ?

Webapps est une extension Chrome développée par martenicijuliart, et sa fonction principale est "Extension with quick links to selected websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Webapps

Téléchargez les fichiers d'extension Webapps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Webapps Webapps
ID fifipfjcpdakpdomdhekagpcngdblbba
URL Officiel https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba
Description Extension with quick links to selected websites.
Taille du Fichier 198 KB
Nombre d'Installations 8,025
Version Actuelle 1.4
Dernière Mise à Jour 2018-11-28
Date de Publication 2018-11-27
Évaluation 3.85/5 Total 246 Évaluations
Développeur martenicijuliart
Type de Paiement free
Site Web de l'Extension http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
URL de la Page d'Aide http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
Langues Prises en Charge 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'"
}