Lightweight Screenshot
Take screenshots. Also works for full page and custom-size screenshots.
Τι είναι το Lightweight Screenshot;
Το Lightweight Screenshot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adam Feor, και η κύρια λειτουργία του είναι "Take screenshots. Also works for full page and custom-size screenshots.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Lightweight Screenshot
Λήψη αρχείων επέκτασης Lightweight Screenshot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A simple screenshot extension for Chrome. Supports taking screenshots of the current window, of an entire page (scrolling) and of a custom area.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Lightweight Screenshot |
ID | eapeifgbfommamnclhbppicejicnpooc |
Επίσημο URL | https://chromewebstore.google.com/detail/lightweight-screenshot/eapeifgbfommamnclhbppicejicnpooc |
Περιγραφή | Take screenshots. Also works for full page and custom-size screenshots. |
Μέγεθος Αρχείου | 39.4 KB |
Αριθμός Εγκαταστάσεων | 478 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2018-04-29 |
Ημερομηνία Δημοσίευσης | 2018-04-29 |
Αξιολόγηση | 4.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Adam Feor |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightweight Screenshot", "description": "Take screenshots. Also works for full page and custom-size screenshots.", "version": "1.1", "icons": { "19": "images\/monitoriconsmall.png", "48": "images\/monitoricon48.png", "128": "images\/monitoricon.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "images\/cus.png", "image\/vis.png", "images\/full.png", "images\/check.png", "images\/cross.png" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "images\/monitoriconsmall.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", " |