Scissors

Scissors for Cutout

Scissors là gì?

Scissors là một tiện ích mở rộng Chrome được phát triển bởi https://www.cutout.app, và tính năng chính của nó là "Scissors for Cutout".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scissors

Tải xuống các tệp mở rộng Scissors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scissors Scissors
ID onjfmpknmlenmogehbpckfhlaocoidif
URL Chính Thức https://chromewebstore.google.com/detail/scissors/onjfmpknmlenmogehbpckfhlaocoidif
Mô tả Scissors for Cutout
Kích Thước Tệp 397 KB
Số Lần Cài Đặt 2,095
Phiên Bản Hiện Tại 0.4.8
Cập Nhật Lần Cuối 2023-07-11
Ngày Phát Hành 2020-04-25
Nhà Phát Triển https://www.cutout.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}