Excavator for Google Chrome™

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

Excavator for Google Chrome™란 무엇입니까?

Excavator for Google Chrome™은(는) http://excavator.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Excavator makes it easy for web designers to collect responsive screenshots and typography"입니다.

확장 프로그램 스크린샷

screenshot

Excavator for Google Chrome™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Excavator for Google Chrome™ Excavator for Google Chrome™
ID imdefaniknoaemfngbhdhbebkdecibol
공식 URL https://chrome.google.com/webstore/detail/excavator-for-google-chro/imdefaniknoaemfngbhdhbebkdecibol
설명 Excavator makes it easy for web designers to collect responsive screenshots and typography
파일 크기 191 KB
설치 횟수 18
현재 버전 0.0.2
최근 업데이트 2013-05-18
출시 날짜 2013-05-18
평점 5.00/5 총 1 개의 평점
개발자 http://excavator.io
결제 유형 free
확장 프로그램 웹 사이트 http://excavator.io
지원되는 언어 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"
    ]
}