CopyShot
Easily edit websites, take screenshots and manage them with CopyShot
Hvad er CopyShot?
CopyShot er en Chrome-udvidelse udviklet af Mikkel Birkeholm, og dens hovedfunktion er "Easily edit websites, take screenshots and manage them with CopyShot".
Udvidelsesskærmbilleder
Download CopyShot-udvidelses-CRX-fil
Download CopyShot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pjcllckliodbcjgijagbdlmfdceglkac |
| Officiel URL | https://chromewebstore.google.com/detail/copyshot/pjcllckliodbcjgijagbdlmfdceglkac |
| Beskrivelse | Easily edit websites, take screenshots and manage them with CopyShot |
| Filstørrelse | 379 KB |
| Antal Installationer | 74 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2023-10-08 |
| Udgivelsesdato | 2023-10-07 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | Mikkel Birkeholm |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.mikkelbirkeholm.dk/copyshot |
| Hjælpeside-URL | https://www.mikkelbirkeholm.dk/copyshot |
| Understøttede Sprog | 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": [
" | |