ScreenShooter
Screenshot your webpages with a gunshot.
What is ScreenShooter?
ScreenShooter is a Chrome extension developed by Unknown, and its main feature is "Screenshot your webpages with a gunshot.".
Extension Screenshots
Download ScreenShooter Extension CRX File
Download ScreenShooter 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
Screenshooter allows you to take a gunshot-fast screenshot of your active tab, with 1 simple click on the icon.
Extension Basic Information
Name | |
ID | bcnkleedhppcdfnpkgkhbninjeffgigj |
Official URL | https://chromewebstore.google.com/detail/screenshooter/bcnkleedhppcdfnpkgkhbninjeffgigj |
Description | Screenshot your webpages with a gunshot. |
File Size | 56.04 KB |
Installation Count | 166 |
Current Version | 1.0 |
Last Updated | 2020-03-17 |
Publish Date | 2020-03-16 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenShooter", "version": "1.0", "description": "Screenshot your webpages with a gunshot.", "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_title": "Screen Shooter", "default_icon": "img\/icons\/icon32.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "16": "img\/icons\/icon16.png", "32": "img\/icons\/icon32.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" } } |