ScreenShooter
Screenshot your webpages with a gunshot.
Vad är ScreenShooter?
ScreenShooter är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Screenshot your webpages with a gunshot.".
Tilläggsskärmbilder
Ladda ner ScreenShooter-förlängningens CRX-fil
Ladda ner ScreenShooter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Screenshooter allows you to take a gunshot-fast screenshot of your active tab, with 1 simple click on the icon.
Grundläggande Information om Tillägg
Namn | |
ID | bcnkleedhppcdfnpkgkhbninjeffgigj |
Officiell webbadress | https://chromewebstore.google.com/detail/screenshooter/bcnkleedhppcdfnpkgkhbninjeffgigj |
Beskrivning | Screenshot your webpages with a gunshot. |
Filstorlek | 56.04 KB |
Antal Installationer | 166 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-03-17 |
Publiceringsdatum | 2020-03-16 |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" } } |