Phillipsburg Card Cutter

Cutting cards is a hastle no more!

Hvad er Phillipsburg Card Cutter?

Phillipsburg Card Cutter er en Chrome-udvidelse udviklet af formalj89, og dens hovedfunktion er "Cutting cards is a hastle no more!".

Udvidelsesskærmbilleder

screenshot

Download Phillipsburg Card Cutter-udvidelses-CRX-fil

Download Phillipsburg Card Cutter-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

                        This item allows you to input information into a form and then spits out a fully formatted card for debate. You should install it because it will help you more easily gather information for Speech and Debate.                    

Grundlæggende oplysninger om udvidelsen

Navn Phillipsburg Card Cutter Phillipsburg Card Cutter
ID oahpedidbjcalinnhbdiiambjlceljjn
Officiel URL https://chromewebstore.google.com/detail/phillipsburg-card-cutter/oahpedidbjcalinnhbdiiambjlceljjn
Beskrivelse Cutting cards is a hastle no more!
Filstørrelse 87.68 KB
Antal Installationer 228
Nuværende Version 1.0.0
Senest Opdateret 2021-06-16
Udgivelsesdato 2021-06-16
Udvikler formalj89
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phillipsburg Card Cutter",
    "description": "Cutting cards is a hastle no more! ",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [],
    "browser_action": {
        "default_title": "Cut a card from this page",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}