Annotate the Web
Annotate on any webpage and save it as a screenshot!
Τι είναι το Annotate the Web;
Το Annotate the Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον H. Pleitez, και η κύρια λειτουργία του είναι "Annotate on any webpage and save it as a screenshot!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Annotate the Web
Λήψη αρχείων επέκτασης Annotate the Web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Annotate the Web was created to allow users to annotate any webpage and save it as an image. This can be useful for students having to submit work, or for anyone that would like to screen capture an image of the webpage they are on, along with annotations. The extension does not save any of your user data nor does it relay any information to any server. It allows you to save the images to your hard drive. This extension may be updated at irregular intervals. - Herson Pleitez Note: The annotation window can be moved around the screen. You can change the pen color, size of the pen, erase your annotation, clear the screen and save your annotation as a screenshot to your hard drive. v1.0 - Initial release v2.0 - Visual changes
Βασικές Πληροφορίες Επέκτασης
Όνομα | Annotate the Web |
ID | hkdbcemiphlcpmcphjgfaepgciimcoef |
Επίσημο URL | https://chromewebstore.google.com/detail/annotate-the-web/hkdbcemiphlcpmcphjgfaepgciimcoef |
Περιγραφή | Annotate on any webpage and save it as a screenshot! |
Μέγεθος Αρχείου | 205 KB |
Αριθμός Εγκαταστάσεων | 20,000 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2022-02-06 |
Ημερομηνία Δημοσίευσης | 2020-04-22 |
Αξιολόγηση | 4.44/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | H. Pleitez |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://sites.google.com/view/hpleitez/chrome-extensions |
Διεύθυνση URL της Σελίδας Βοήθειας | https://sites.google.com/view/hpleitez/contact-me |
URL της Σελίδας Πολιτικής Απορρήτου | https://sites.google.com/view/hpleitez/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Annotate the Web" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Annotate on any webpage and save it as a screenshot!", "icons": { "128": "icons\/image.png" }, "manifest_version": 2, "name": "Annotate the Web", "offline_enabled": true, "options_page": "about.html", "permissions": [ "activeTab", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0", "web_accessible_resources": [ "tools\/pen.png", "tools\/eraser.png", "tools\/save.png", "tools\/pointer.png", "css\/main.css" ] } |