Scissors

Scissors for Cutout

Scissorsคืออะไร?

Scissors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cutout.app และคุณลักษณะหลักของมันคือ "Scissors for Cutout"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scissors

ดาวน์โหลดไฟล์ส่วนขยาย Scissors ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}