Excavator for Google Chrome™
Excavator makes it easy for web designers to collect responsive screenshots and typography
O que é Excavator for Google Chrome™?
Excavator for Google Chrome™ é uma extensão do Chrome desenvolvida por http://excavator.io, e sua principal característica é "Excavator makes it easy for web designers to collect responsive screenshots and typography".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Excavator for Google Chrome™
Baixe arquivos de extensão Excavator for Google Chrome™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | ![]() |
ID | imdefaniknoaemfngbhdhbebkdecibol |
URL Oficial | https://chrome.google.com/webstore/detail/excavator-for-google-chro/imdefaniknoaemfngbhdhbebkdecibol |
Descrição | Excavator makes it easy for web designers to collect responsive screenshots and typography |
Tamanho do Arquivo | 191 KB |
Contagem de Instalações | 18 |
Versão Atual | 0.0.2 |
Última Atualização | 2013-05-18 |
Data de Publicação | 2013-05-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://excavator.io |
Tipo de Pagamento | free |
Site da Extensão | http://excavator.io |
Idiomas Suportados | 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" ] } |