Scissors

Scissors for Cutout

Scissors란 무엇입니까?

Scissors은(는) https://www.cutout.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scissors for Cutout"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Scissors 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Cut out content with a click!

Piece together your cuttings in Cutout. Go to www.cutout.app to create your account. 

Set-up:
1. Add extension
2. Pin extension
3. Refresh open pages

Use:
1. Click to turn on extension
2. Click page content to collect


© Thirdspace Studio Limited 2023

Scissors is currently a Chrome Web Store exclusive.                    

확장 프로그램 기본 정보

이름 Scissors Scissors
ID onjfmpknmlenmogehbpckfhlaocoidif
공식 URL https://chromewebstore.google.com/detail/scissors/onjfmpknmlenmogehbpckfhlaocoidif
설명 Scissors for Cutout
파일 크기 397 KB
설치 횟수 2,095
현재 버전 0.4.8
최근 업데이트 2023-07-11
출시 날짜 2020-04-25
개발자 https://www.cutout.app
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Scissors for Cutout",
    "version": "0.4.8",
    "name": "Scissors",
    "short_name": "Scissors",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "Scissors"
    },
    "permissions": [
        "tabs",
        "background",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "playicon.png",
        "images\/*.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}