Excavator for Google Chrome™

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

¿Qué es Excavator for Google Chrome™?

Excavator for Google Chrome™ es una extensión de Chrome desarrollada por http://excavator.io, y su función principal es "Excavator makes it easy for web designers to collect responsive screenshots and typography".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Excavator for Google Chrome™

Descarga archivos de extensión Excavator for Google Chrome™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Excavator for Google Chrome™ Excavator for Google Chrome™
ID imdefaniknoaemfngbhdhbebkdecibol
URL Oficial https://chrome.google.com/webstore/detail/excavator-for-google-chro/imdefaniknoaemfngbhdhbebkdecibol
Descripción Excavator makes it easy for web designers to collect responsive screenshots and typography
Tamaño del Archivo 191 KB
Cantidad de Instalaciones 18
Versión Actual 0.0.2
Última Actualización 2013-05-18
Fecha de Publicación 2013-05-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://excavator.io
Tipo de Pago free
Sitio Web de la Extensión http://excavator.io
Idiomas Soportados 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"
    ]
}