CopyShot
Easily edit websites, take screenshots and manage them with CopyShot
CopyShotとは何ですか?
CopyShotはMikkel Birkeholmによって開発されたChromeの拡張機能で、その主な機能は「Easily edit websites, take screenshots and manage them with CopyShot」です。
拡張機能のスクリーンショット
CopyShot拡張機能のCRXファイルをダウンロード
CopyShot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | pjcllckliodbcjgijagbdlmfdceglkac |
| 公式URL | https://chromewebstore.google.com/detail/copyshot/pjcllckliodbcjgijagbdlmfdceglkac |
| 説明 | Easily edit websites, take screenshots and manage them with CopyShot |
| ファイルサイズ | 379 KB |
| インストール数 | 74 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2023-10-08 |
| 公開日 | 2023-10-07 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Mikkel Birkeholm |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.mikkelbirkeholm.dk/copyshot |
| ヘルプページのURL | https://www.mikkelbirkeholm.dk/copyshot |
| 対応言語 | 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": [
" | |