CROPFROG

Preview crop / Capture / Simple ruler

CROPFROGとは何ですか?

CROPFROGはPIKOPAPIKOによって開発されたChromeの拡張機能で、その主な機能は「Preview crop / Capture / Simple ruler」です。

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

screenshot
screenshot

CROPFROG拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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を継続して押下することで円を描画します。
キー・シフトを継続して押下することで縦横同じの比率を維持します。

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

拡張機能の基本情報

名前 CROPFROG CROPFROG
ID dccekhlkeelgmhmkihknmdlomdomibpk
公式URL https://chromewebstore.google.com/detail/cropfrog/dccekhlkeelgmhmkihknmdlomdomibpk
説明 Preview crop / Capture / Simple ruler
ファイルサイズ 85.08 KB
インストール数 59
現在のバージョン 1.0.4
最終更新日 2021-02-15
公開日 2021-02-11
開発者 PIKOPAPIKO
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://morse.earth/
プライバシーポリシーページのURL https://morse.earth/privacy-policy-for-chrome-extensions
対応言語 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
}