Screenshot Easy
Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
Τι είναι το Screenshot Easy;
Το Screenshot Easy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Screenshot Easy, και η κύρια λειτουργία του είναι "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Screenshot Easy
Λήψη αρχείων επέκτασης Screenshot Easy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
- Screenshot Easy is a free tool which allows you taking an editable screenshot in the easy way. - You'll get fast, simple, easy to take an editable screenshot. - You can select any area and take its screenshot. - User-friendly interface makes your work with the tool easier. - Edit screenshot instantly when taking them. - You can also upload your screenshot to the server and get its short link right away.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Screenshot Easy |
ID | ikhdemckhflgmlijkaomcpdmljegkakh |
Επίσημο URL | https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh |
Περιγραφή | Screenshot Easy - The easiest way to take a customizable screenshot and share to friends |
Μέγεθος Αρχείου | 85.2 KB |
Αριθμός Εγκαταστάσεων | 25,953 |
Τρέχουσα Έκδοση | 1.1.4 |
Τελευταία Ενημέρωση | 2023-01-18 |
Ημερομηνία Δημοσίευσης | 2020-06-08 |
Αξιολόγηση | 4.19/5 Συνολικά 58 Αξιολογήσεις |
Προγραμματιστής | Screenshot Easy |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot Easy", "version": "1.1.4", "description": "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo-transparent.png", "default_title": "Take a screenshot" }, "permissions": [ "activeTab" ], "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |