CROPFROG

Preview crop / Capture / Simple ruler

What is CROPFROG?

CROPFROG is a Chrome extension developed by PIKOPAPIKO, and its main feature is "Preview crop / Capture / Simple ruler".

Extension Screenshots

screenshot
screenshot

Download CROPFROG Extension CRX File

Download CROPFROG 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

                        The icon is toggled on and off each time it is clicked. 

[ Hold down 'SHIFT' while dragging ] 
Height and width of the area will be scaled by the same amount.

[ Hold down 'c' while dragging ] 
Draw a circle.

- - - - - - - -

わたしは提供します。

写真素材のマスク位置の確認のためや
ドラフトドキュメント作成の補助役としてこれを使うことを推奨します。
簡易定規を付録として装着します。

電源を入れ、画面をドラグで矩形を描画します。
キー・Cを継続して押下することで円を描画します。
キー・シフトを継続して押下することで縦横同じの比率を維持します。

ドラグが完了すると、画面右下にキャプチャ画像が出現されます。
それはクリックでダウンロードすることが可能です。
あなたが喜ぶために。                    

Extension Basic Information

Name CROPFROG CROPFROG
ID dccekhlkeelgmhmkihknmdlomdomibpk
Official URL https://chromewebstore.google.com/detail/cropfrog/dccekhlkeelgmhmkihknmdlomdomibpk
Description Preview crop / Capture / Simple ruler
File Size 85.08 KB
Installation Count 59
Current Version 1.0.4
Last Updated 2021-02-15
Publish Date 2021-02-11
Developer PIKOPAPIKO
Email [email protected]
Payment Type free
Extension Website https://morse.earth/
Privacy Policy Page URL https://morse.earth/privacy-policy-for-chrome-extensions
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CROPFROG",
    "version": "1.0.4",
    "description": "Preview crop \/ Capture \/ Simple ruler",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "CROPFROG",
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "manifest_version": 2
}