Easy Crop - Crop the web

Awesome tool for cropping and taking screenshots

Easy Crop - Crop the webとは何ですか?

Easy Crop - Crop the webはRazieLによって開発されたChromeの拡張機能で、その主な機能は「Awesome tool for cropping and taking screenshots」です。

拡張機能のスクリーンショット

screenshot
screenshot

Easy Crop - Crop the web拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Easy Crop - Awesome tool for cropping and taking screenshots
Dimesions are shown making taking the perfect picture super easy!

Hold shift + drag to select an area
CTRL + SHIFT + A to take a screen shot of the whole page


Thanks for using and i hope you enjoy this.
I would love to get some reviews or user feedback\suggestion on improving.


Like this extension ? buy me a coffee 
https://ko-fi.com/razielll                    

拡張機能の基本情報

名前 Easy Crop - Crop the web Easy Crop - Crop the web
ID mncocmgajjjpnfkobgdelegiogknodfn
公式URL https://chromewebstore.google.com/detail/easy-crop-crop-the-web/mncocmgajjjpnfkobgdelegiogknodfn
説明 Awesome tool for cropping and taking screenshots
ファイルサイズ 27.21 KB
インストール数 941
現在のバージョン 1.0.3
最終更新日 2020-01-12
公開日 2020-01-12
評価 4.67/5 合計 3 レビュー
開発者 RazieL
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Crop - Crop the web",
    "short_name": "EZ Crop - Crop & Screenshot",
    "version": "1.0.3",
    "description": "Awesome tool for cropping and taking screenshots",
    "author": "Anton Stoliarchuk",
    "icons": {
        "16": "images\/w16.png",
        "32": "images\/w32.png",
        "48": "images\/w32.png",
        "128": "images\/w128.png"
    },
    "browser_action": {
        "default_icon": "images\/w32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "style.css"
            ],
            "js": [
                "lib\/html2canvas.min.js",
                "script.js"
            ]
        }
    ],
    "offline_enabled": true,
    "signature": "RazieL"
}