Scissors

Scissors for Cutout

Was ist Scissors?

Scissors ist eine Chrome-Erweiterung, die von https://www.cutout.app entwickelt wurde, und ihr Hauptmerkmal ist "Scissors for Cutout".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Scissors-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scissors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Scissors Scissors
ID onjfmpknmlenmogehbpckfhlaocoidif
Offizielle URL https://chromewebstore.google.com/detail/scissors/onjfmpknmlenmogehbpckfhlaocoidif
Beschreibung Scissors for Cutout
Dateigröße 397 KB
Installationsanzahl 2,095
Aktuelle Version 0.4.8
Letztes Update 2023-07-11
Veröffentlichungsdatum 2020-04-25
Entwickler https://www.cutout.app
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}