Phillipsburg Card Cutter

Cutting cards is a hastle no more!

Cos'è Phillipsburg Card Cutter?

Phillipsburg Card Cutter è un'estensione di Chrome sviluppata da formalj89, e la sua funzione principale è "Cutting cards is a hastle no more!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Phillipsburg Card Cutter

Scarica i file di estensione Phillipsburg Card Cutter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Phillipsburg Card Cutter Phillipsburg Card Cutter
ID oahpedidbjcalinnhbdiiambjlceljjn
URL Ufficiale https://chromewebstore.google.com/detail/phillipsburg-card-cutter/oahpedidbjcalinnhbdiiambjlceljjn
Descrizione Cutting cards is a hastle no more!
Dimensione del File 87.68 KB
Conteggio Installazioni 228
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-06-16
Data di Pubblicazione 2021-06-16
Sviluppatore formalj89
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}