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 |
| 电子邮箱 | [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": [
"*:\/\/*\/*"
]
}
]
} | |