Phillipsburg Card Cutter
Cutting cards is a hastle no more!
Was ist Phillipsburg Card Cutter?
Phillipsburg Card Cutter ist eine Chrome-Erweiterung, die von formalj89 entwickelt wurde, und ihr Hauptmerkmal ist "Cutting cards is a hastle no more!".
Erweiterungsscreenshots
Phillipsburg Card Cutter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Phillipsburg Card Cutter-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
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.
Grundlegende Informationen zur Erweiterung
Name | Phillipsburg Card Cutter |
ID | oahpedidbjcalinnhbdiiambjlceljjn |
Offizielle URL | https://chromewebstore.google.com/detail/phillipsburg-card-cutter/oahpedidbjcalinnhbdiiambjlceljjn |
Beschreibung | Cutting cards is a hastle no more! |
Dateigröße | 87.68 KB |
Installationsanzahl | 228 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2021-06-16 |
Veröffentlichungsdatum | 2021-06-16 |
Entwickler | formalj89 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |