CopyShot
Easily edit websites, take screenshots and manage them with CopyShot
Apa itu CopyShot?
CopyShot adalah ekstensi Chrome yang dikembangkan oleh Mikkel Birkeholm, dan fitur utamanya adalah "Easily edit websites, take screenshots and manage them with CopyShot".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CopyShot
Unduh file ekstensi CopyShot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | CopyShot |
ID | pjcllckliodbcjgijagbdlmfdceglkac |
URL Resmi | https://chromewebstore.google.com/detail/copyshot/pjcllckliodbcjgijagbdlmfdceglkac |
Deskripsi | Easily edit websites, take screenshots and manage them with CopyShot |
Ukuran File | 379 KB |
Jumlah Instalasi | 74 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2023-10-08 |
Tanggal Publikasi | 2023-10-07 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Mikkel Birkeholm |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.mikkelbirkeholm.dk/copyshot |
URL Halaman Bantuan | https://www.mikkelbirkeholm.dk/copyshot |
Bahasa yang Didukung | 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": [ " |