Scissors

Scissors for Cutout

Scissors क्या है?

Scissors https://www.cutout.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scissors for Cutout"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scissors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}