CROPFROG

Preview crop / Capture / Simple ruler

O que é CROPFROG?

CROPFROG é uma extensão do Chrome desenvolvida por PIKOPAPIKO, e sua principal característica é "Preview crop / Capture / Simple ruler".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CROPFROG

Baixe arquivos de extensão CROPFROG no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

Informações Básicas da Extensão

Nome CROPFROG CROPFROG
ID dccekhlkeelgmhmkihknmdlomdomibpk
URL Oficial https://chromewebstore.google.com/detail/cropfrog/dccekhlkeelgmhmkihknmdlomdomibpk
Descrição Preview crop / Capture / Simple ruler
Tamanho do Arquivo 85.08 KB
Contagem de Instalações 59
Versão Atual 1.0.4
Última Atualização 2021-02-15
Data de Publicação 2021-02-11
Desenvolvedor PIKOPAPIKO
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://morse.earth/
URL da Página de Política de Privacidade https://morse.earth/privacy-policy-for-chrome-extensions
Idiomas Suportados 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
}