ScreenSnip
A tool that allows you to take a screenshot of the current tab and crop it.
Τι είναι το ScreenSnip;
Το ScreenSnip είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bhayatus, και η κύρια λειτουργία του είναι "A tool that allows you to take a screenshot of the current tab and crop it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ScreenSnip
Λήψη αρχείων επέκτασης ScreenSnip σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ScreenSnip |
ID | okodoejppedehahibmdngneledbkliap |
Επίσημο URL | https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap |
Περιγραφή | A tool that allows you to take a screenshot of the current tab and crop it. |
Μέγεθος Αρχείου | 44.84 KB |
Αριθμός Εγκαταστάσεων | 1,086 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2020-04-05 |
Ημερομηνία Δημοσίευσης | 2020-04-05 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | bhayatus |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenSnip", "version": "1.1.0", "manifest_version": 2, "description": "A tool that allows you to take a screenshot of the current tab and crop it.", "browser_action": { "default_title": "ScreenSnip" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "background": { "persistent": false, "scripts": [ "\/background\/background.js" ] }, "permissions": [ "activeTab", "downloads" ] } |