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 🤩"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Edit & screenshot your page with SLAP! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Edit & screenshot your page with SLAP! Edit & screenshot your page with SLAP!
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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}