CROPFROG

Preview crop / Capture / Simple ruler

CROPFROG란 무엇입니까?

CROPFROG은(는) PIKOPAPIKO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preview crop / Capture / Simple ruler"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CROPFROG 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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
}