Scissors

Scissors for Cutout

Hvad er Scissors?

Scissors er en Chrome-udvidelse udviklet af https://www.cutout.app, og dens hovedfunktion er "Scissors for Cutout".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Scissors-udvidelses-CRX-fil

Download Scissors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Scissors Scissors
ID onjfmpknmlenmogehbpckfhlaocoidif
Officiel URL https://chromewebstore.google.com/detail/scissors/onjfmpknmlenmogehbpckfhlaocoidif
Beskrivelse Scissors for Cutout
Filstørrelse 397 KB
Antal Installationer 2,095
Nuværende Version 0.4.8
Senest Opdateret 2023-07-11
Udgivelsesdato 2020-04-25
Udvikler https://www.cutout.app
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
}