ScreenShooter
Screenshot your webpages with a gunshot.
Wat is ScreenShooter?
ScreenShooter is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Screenshot your webpages with a gunshot.".
Extensie Screenshots
Download het CRX-bestand van de extensie ScreenShooter
Download ScreenShooter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Screenshooter allows you to take a gunshot-fast screenshot of your active tab, with 1 simple click on the icon.
Basisinformatie over de Extensie
Naam | |
ID | bcnkleedhppcdfnpkgkhbninjeffgigj |
Officiële URL | https://chromewebstore.google.com/detail/screenshooter/bcnkleedhppcdfnpkgkhbninjeffgigj |
Beschrijving | Screenshot your webpages with a gunshot. |
Bestandsgrootte | 56.04 KB |
Aantal Installaties | 166 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-03-17 |
Publicatiedatum | 2020-03-16 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |