Excavator for Google Chrome™

Excavator makes it easy for web designers to collect responsive screenshots and typography

Cos'è Excavator for Google Chrome™?

Excavator for Google Chrome™ è un'estensione di Chrome sviluppata da http://excavator.io, e la sua funzione principale è "Excavator makes it easy for web designers to collect responsive screenshots and typography".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Excavator for Google Chrome™

Scarica i file di estensione Excavator for Google Chrome™ 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

                                            

Informazioni di Base sull'Estensione

Nome Excavator for Google Chrome™ Excavator for Google Chrome™
ID imdefaniknoaemfngbhdhbebkdecibol
URL Ufficiale https://chrome.google.com/webstore/detail/excavator-for-google-chro/imdefaniknoaemfngbhdhbebkdecibol
Descrizione Excavator makes it easy for web designers to collect responsive screenshots and typography
Dimensione del File 191 KB
Conteggio Installazioni 18
Versione Corrente 0.0.2
Ultimo Aggiornamento 2013-05-18
Data di Pubblicazione 2013-05-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://excavator.io
Tipo di Pagamento free
Sito Web dell'Estensione http://excavator.io
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Excavator for Google Chrome\u2122",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Excavator makes it easy for web designers to collect responsive screenshots and typography",
    "homepage_url": "http:\/\/excavator.io",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Collect responsive screenshots and typography with Excavator!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/typekit.com\/",
        "tabs"
    ]
}