Screencast Helper
Shows mouse clicks and allows to draw on screen to highlight areas
O que é Screencast Helper?
Screencast Helper é uma extensão do Chrome desenvolvida por Dimanoid, e sua principal característica é "Shows mouse clicks and allows to draw on screen to highlight areas".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Screencast Helper
Baixe arquivos de extensão Screencast Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Screencast Helper |
ID | hjalpioiddoknldioonopcfkhackecbl |
URL Oficial | https://chromewebstore.google.com/detail/screencast-helper/hjalpioiddoknldioonopcfkhackecbl |
Descrição | Shows mouse clicks and allows to draw on screen to highlight areas |
Tamanho do Arquivo | 25.13 KB |
Contagem de Instalações | 390 |
Versão Atual | 1.0.5 |
Última Atualização | 2018-02-10 |
Data de Publicação | 2018-02-10 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Dimanoid |
Tipo de Pagamento | free |
Idiomas Suportados | 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", " |