Edit & screenshot your page with SLAP!
You will love sharing screenshots 🤩
Edit & screenshot your page with SLAP!とは何ですか?
Edit & screenshot your page with SLAP!はhttps://slapit.ioによって開発されたChromeの拡張機能で、その主な機能は「You will love sharing screenshots 🤩」です。
拡張機能のスクリーンショット
Edit & screenshot your page with SLAP!拡張機能のCRXファイルをダウンロード
Edit & screenshot your page with SLAP!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Slap your awesome screenshots, in seconds.
👉 Do you need to share some screenshots in a presentation, slides or on social posts?
We all went there, editing screenshots in a quick & dirty way using paint or powerpoint...But guess what, we can all see it is fake...
Use Slap to stand out from others and look like a pro designer.
📝 Edit a webpage: blur a part, hide another, edit a text
📷 Capture it (or upload): full page or an area
🎨 Choose your style: select a predefined style, adjust it to fit your brand
🤩 Wow your audience: copy paste or download png 拡張機能の基本情報
| 名前 | |
| ID | egoodkmbdbnciihghfplgnfngeahpbek |
| 公式URL | https://chromewebstore.google.com/detail/edit-screenshot-your-page/egoodkmbdbnciihghfplgnfngeahpbek |
| 説明 | You will love sharing screenshots 🤩 |
| ファイルサイズ | 6.36 MB |
| インストール数 | 55 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2023-11-22 |
| 公開日 | 2023-07-11 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://slapit.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://slapit.io |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Edit & screenshot your page with SLAP!",
"version": "1.0.5",
"description": "You will love sharing screenshots \ud83e\udd29",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_title": "Slap - Awesome screenshots"
},
"icons": {
"16": "icons\/white16.png",
"32": "icons\/white32.png",
"48": "icons\/white48.png",
"128": "icons\/white128.png"
},
"permissions": [
"activeTab",
"storage",
"downloads",
"tabs",
"scripting"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"src\/pages\/content\/index.js"
]
}
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+2"
},
"description": "Open the extension and directly capture an area"
},
"capture-full-screen": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "Capture the visible part of the active tab"
},
"enter-edit-mode": {
"suggested_key": {
"default": "Ctrl+Shift+E"
},
"description": "Edit your page before capturing it"
}
},
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"icons\/*.png",
"audio\/*.mp3",
"images\/*.png",
"images\/*.gif",
"images\/*.svg"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |