Phillipsburg Card Cutter
Cutting cards is a hastle no more!
What is Phillipsburg Card Cutter?
Phillipsburg Card Cutter is a Chrome extension developed by formalj89, and its main feature is "Cutting cards is a hastle no more!".
Extension Screenshots
Download Phillipsburg Card Cutter Extension CRX File
Download Phillipsburg Card Cutter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Phillipsburg Card Cutter |
ID | oahpedidbjcalinnhbdiiambjlceljjn |
Official URL | https://chromewebstore.google.com/detail/phillipsburg-card-cutter/oahpedidbjcalinnhbdiiambjlceljjn |
Description | Cutting cards is a hastle no more! |
File Size | 87.68 KB |
Installation Count | 228 |
Current Version | 1.0.0 |
Last Updated | 2021-06-16 |
Publish Date | 2021-06-16 |
Developer | formalj89 |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |