Screencast Helper
Shows mouse clicks and allows to draw on screen to highlight areas
什麼是Screencast Helper?
Screencast Helper是由Dimanoid開發的Chrome擴展程式,該擴展的主要功能是“Shows mouse clicks and allows to draw on screen to highlight areas”。
擴展截圖
下載Screencast Helper擴展crx文件
下載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 |
官方網址 | 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", " |