Screen Capturing-Board-room
Capture full-screen or specific application's screen on any HTTPs domain!
What is Screen Capturing-Board-room?
Screen Capturing-Board-room is a Chrome extension developed by vishnu.n, and its main feature is "Capture full-screen or specific application's screen on any HTTPs domain!".
Extension Screenshots
Download Screen Capturing-Board-room Extension CRX File
Download Screen Capturing-Board-room extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Screen Capturing-Board-room |
ID | kpigbeiinfachbmgbnajebhijdnapilj |
Official URL | https://chromewebstore.google.com/detail/screen-capturing-board-ro/kpigbeiinfachbmgbnajebhijdnapilj |
Description | Capture full-screen or specific application's screen on any HTTPs domain! |
File Size | 9.22 KB |
Installation Count | 44 |
Current Version | 3.7 |
Last Updated | 2018-12-14 |
Publish Date | 2018-12-13 |
Developer | vishnu.n |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Capturing-Board-room", "author": "Enfin", "version": "3.7", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture full-screen or specific application's screen on any HTTPs domain!", "homepage_url": "https:\/\/dev.theboardroom.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/dev.theboardroom.com\/" ] } ], "icons": { "48": "boardroom-icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "boardroom-icon.png" ] } |