Excavator for Google Chrome™
Excavator makes it easy for web designers to collect responsive screenshots and typography
Excavator for Google Chrome™ là gì?
Excavator for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi http://excavator.io, và tính năng chính của nó là "Excavator makes it easy for web designers to collect responsive screenshots and typography".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Excavator for Google Chrome™
Tải xuống các tệp mở rộng Excavator for Google Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | imdefaniknoaemfngbhdhbebkdecibol |
URL Chính Thức | https://chrome.google.com/webstore/detail/excavator-for-google-chro/imdefaniknoaemfngbhdhbebkdecibol |
Mô tả | Excavator makes it easy for web designers to collect responsive screenshots and typography |
Kích Thước Tệp | 191 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2013-05-18 |
Ngày Phát Hành | 2013-05-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://excavator.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://excavator.io |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |