Webapps

Extension with quick links to selected websites.

Cos'è Webapps?

Webapps è un'estensione di Chrome sviluppata da martenicijuliart, e la sua funzione principale è "Extension with quick links to selected websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Webapps

Scarica i file di estensione Webapps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Webapps Webapps
ID fifipfjcpdakpdomdhekagpcngdblbba
URL Ufficiale https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba
Descrizione Extension with quick links to selected websites.
Dimensione del File 198 KB
Conteggio Installazioni 8,025
Versione Corrente 1.4
Ultimo Aggiornamento 2018-11-28
Data di Pubblicazione 2018-11-27
Valutazione 3.85/5 Totale 246 Valutazioni
Sviluppatore martenicijuliart
Tipo di Pagamento free
Sito Web dell'Estensione http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
URL della Pagina di Aiuto http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
Lingue Supportate 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'"
}