CROPFROG

Preview crop / Capture / Simple ruler

Qu'est-ce que CROPFROG ?

CROPFROG est une extension Chrome développée par PIKOPAPIKO, et sa fonction principale est "Preview crop / Capture / Simple ruler".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CROPFROG

Téléchargez les fichiers d'extension CROPFROG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom CROPFROG CROPFROG
ID dccekhlkeelgmhmkihknmdlomdomibpk
URL Officiel https://chromewebstore.google.com/detail/cropfrog/dccekhlkeelgmhmkihknmdlomdomibpk
Description Preview crop / Capture / Simple ruler
Taille du Fichier 85.08 KB
Nombre d'Installations 59
Version Actuelle 1.0.4
Dernière Mise à Jour 2021-02-15
Date de Publication 2021-02-11
Développeur PIKOPAPIKO
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://morse.earth/
URL de la Page de Politique de Confidentialité https://morse.earth/privacy-policy-for-chrome-extensions
Langues Prises en Charge 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
}