Crop It!

Crop It! Provide users crop current web page's screenshot feature. Users could use it to capture images they need.

Τι είναι το Crop It!;

Το Crop It! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Paul Li, και η κύρια λειτουργία του είναι "Crop It! Provide users crop current web page's screenshot feature. Users could use it to capture images they need.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Crop It!

Λήψη αρχείων επέκτασης Crop It! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use 「Crop It!」 to crop the exactly screenshot you need. Users could choose to save the screenshot into a file or clipboard. 

- Here comes several ways to turn on 「Crop It!」.
1. Turn on contextMenu & choose 「Crop It!」.
2. Use keyboard shortcut > 「Cmd (Ctrl) + . 」.

- Usage instructions:
1. Turn on 「Crop It!」.
2. Adjust the selection size & position you need. (Users could press keyboard 「Esc」or click overlay to turn off 「Crop It!」)
3. Right-click on selection, there will be many aspect-ratio to choose.
4. Double click the selection or press keyboard 「Enter」 to save screenshot into a  image file. Or press 「Cmd (Ctrl) + c」to save screenshot into clipboard.

Otherwise, users could always use options to set overlay's color or opacity they like.

- Change Log:
1.0.8
  a. Fix shortcut > f issue.

1.0.7
  a. Fix shortcut issue.

1.0.6
  a. Migrate to MV3.
  b. Performance enhancement.

1.0.5
  a. Add  keyboard shortcut >「 Shift 」when resize selection for fix its aspect-ratio.
  b. Unify system UI & dark mode support.
  c. Unfreeze scroll-lock when 「Crop It!」turn on.
  d. Minor bug fixed & performance enhance.

1.0.4
  a. Add aspect-ratio picker for different usages.
  b. Add keyboard shortcut >「 f 」for quick expand / shrink selection to fullscreen.

1.0.3
  a. Add keyboard shortcut guide (「 Shift 」 + 「 ? 」) & performance enhance.

1.0.2
  a. Add keyboard shortcut > 「 ↑ 」、「 ↓ 」、「 ← 」、「 → 」to move selection strictly.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Crop It! Crop It!
ID lobkhfpaoaonbpgaakbdonkpilldgmib
Επίσημο URL https://chromewebstore.google.com/detail/crop-it/lobkhfpaoaonbpgaakbdonkpilldgmib
Περιγραφή Crop It! Provide users crop current web page's screenshot feature. Users could use it to capture images they need.
Μέγεθος Αρχείου 45.18 KB
Αριθμός Εγκαταστάσεων 6,693
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2021-12-07
Ημερομηνία Δημοσίευσης 2020-12-31
Αξιολόγηση 4.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Paul Li
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crop It!",
    "version": "1.0.8",
    "description": "Crop It! Provide users crop current web page's screenshot feature. Users could use it to capture images they need.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "downloads",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Crop It!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js",
                "wcl.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Period",
                "mac": "Command+Period",
                "chromeos": "Ctrl+Period",
                "linux": "Ctrl+Period"
            }
        }
    },
    "options_page": "options.html",
    "manifest_version": 3
}