Phillipsburg Card Cutter

Cutting cards is a hastle no more!

Wat is Phillipsburg Card Cutter?

Phillipsburg Card Cutter is een Chrome-extensie ontwikkeld door formalj89, en de belangrijkste functie is "Cutting cards is a hastle no more!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Phillipsburg Card Cutter

Download Phillipsburg Card Cutter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Phillipsburg Card Cutter Phillipsburg Card Cutter
ID oahpedidbjcalinnhbdiiambjlceljjn
Officiële URL https://chromewebstore.google.com/detail/phillipsburg-card-cutter/oahpedidbjcalinnhbdiiambjlceljjn
Beschrijving Cutting cards is a hastle no more!
Bestandsgrootte 87.68 KB
Aantal Installaties 228
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-06-16
Publicatiedatum 2021-06-16
Ontwikkelaar formalj89
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}