CopyShot
Easily edit websites, take screenshots and manage them with CopyShot
Wat is CopyShot?
CopyShot is een Chrome-extensie ontwikkeld door Mikkel Birkeholm, en de belangrijkste functie is "Easily edit websites, take screenshots and manage them with CopyShot".
Extensie Screenshots
Download het CRX-bestand van de extensie CopyShot
Download CopyShot-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
CopyShot lets you easily edit website content on the fly and save your work for later. With CopyShot, you can: - Edit website content - Take screenshots - Manage screenshots throught a dashboard - Bulk download as zip or copy directly to clipboard
Basisinformatie over de Extensie
Naam | CopyShot |
ID | pjcllckliodbcjgijagbdlmfdceglkac |
Officiële URL | https://chromewebstore.google.com/detail/copyshot/pjcllckliodbcjgijagbdlmfdceglkac |
Beschrijving | Easily edit websites, take screenshots and manage them with CopyShot |
Bestandsgrootte | 379 KB |
Aantal Installaties | 74 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2023-10-08 |
Publicatiedatum | 2023-10-07 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Mikkel Birkeholm |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.mikkelbirkeholm.dk/copyshot |
Help Pagina-URL | https://www.mikkelbirkeholm.dk/copyshot |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CopyShot", "description": "Easily edit websites, take screenshots and manage them with CopyShot", "version": "0.1", "manifest_version": 3, "author": "[email protected]", "icons": { "32": "icon\/32.png", "64": "icon\/64.png", "128": "icon\/128.png", "256": "icon\/256.png" }, "commands": { "start-edit": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Start Edit Mode for the current page" }, "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+E", "mac": "Command+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" } } }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab", "scripting" ], "content_scripts": [ { "matches": [ " |