Excavator for Google Chrome™
Excavator makes it easy for web designers to collect responsive screenshots and typography
What is Excavator for Google Chrome™?
Excavator for Google Chrome™ is a Chrome extension developed by http://excavator.io, and its main feature is "Excavator makes it easy for web designers to collect responsive screenshots and typography".
Extension Screenshots
Download Excavator for Google Chrome™ Extension CRX File
Download Excavator for Google Chrome™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | imdefaniknoaemfngbhdhbebkdecibol |
Official URL | https://chrome.google.com/webstore/detail/excavator-for-google-chro/imdefaniknoaemfngbhdhbebkdecibol |
Description | Excavator makes it easy for web designers to collect responsive screenshots and typography |
File Size | 191 KB |
Installation Count | 18 |
Current Version | 0.0.2 |
Last Updated | 2013-05-18 |
Publish Date | 2013-05-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://excavator.io |
Payment Type | free |
Extension Website | http://excavator.io |
Supported Languages | 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" ] } |