Screencast Helper
Shows mouse clicks and allows to draw on screen to highlight areas
Co je Screencast Helper?
Screencast Helper je rozšíření Chrome vyvinuté Dimanoid, a jeho hlavní funkcí je „Shows mouse clicks and allows to draw on screen to highlight areas“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Screencast Helper
Stáhněte si soubory rozšíření Screencast Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Screencast Helper |
ID | hjalpioiddoknldioonopcfkhackecbl |
Oficiální URL | https://chromewebstore.google.com/detail/screencast-helper/hjalpioiddoknldioonopcfkhackecbl |
Popis | Shows mouse clicks and allows to draw on screen to highlight areas |
Velikost souboru | 25.13 KB |
Počet instalací | 390 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2018-02-10 |
Datum Vydání | 2018-02-10 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Dimanoid |
Typ Platby | free |
Podporované Jazyky | 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", " |