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ファイルをダウンロード

Excavator for Google Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 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"
    ]
}