Screencast Helper
Shows mouse clicks and allows to draw on screen to highlight areas
Τι είναι το Screencast Helper;
Το Screencast Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dimanoid, και η κύρια λειτουργία του είναι "Shows mouse clicks and allows to draw on screen to highlight areas".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Screencast Helper
Λήψη αρχείων επέκτασης Screencast Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This small extension can help you when you casting or capturing video of some web application or site or whatever. It shows the ripple effect on the point where you clicked with a mouse and have a "drawing mode" that allows you to draw over the page. Drawing mode can be turned on and off with a hot key. You can also change size, shape and color of the ripple and brush.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Screencast Helper |
ID | hjalpioiddoknldioonopcfkhackecbl |
Επίσημο URL | https://chromewebstore.google.com/detail/screencast-helper/hjalpioiddoknldioonopcfkhackecbl |
Περιγραφή | Shows mouse clicks and allows to draw on screen to highlight areas |
Μέγεθος Αρχείου | 25.13 KB |
Αριθμός Εγκαταστάσεων | 390 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2018-02-10 |
Ημερομηνία Δημοσίευσης | 2018-02-10 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Dimanoid |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.0.5", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "storage", " |