Phillipsburg Card Cutter

Cutting cards is a hastle no more!

Apa itu Phillipsburg Card Cutter?

Phillipsburg Card Cutter adalah ekstensi Chrome yang dikembangkan oleh formalj89, dan fitur utamanya adalah "Cutting cards is a hastle no more!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Phillipsburg Card Cutter

Unduh file ekstensi Phillipsburg Card Cutter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Phillipsburg Card Cutter Phillipsburg Card Cutter
ID oahpedidbjcalinnhbdiiambjlceljjn
URL Resmi https://chromewebstore.google.com/detail/phillipsburg-card-cutter/oahpedidbjcalinnhbdiiambjlceljjn
Deskripsi Cutting cards is a hastle no more!
Ukuran File 87.68 KB
Jumlah Instalasi 228
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-06-16
Tanggal Publikasi 2021-06-16
Pengembang formalj89
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}