Phillipsburg Card Cutter
Cutting cards is a hastle no more!
什么是Phillipsburg Card Cutter?
Phillipsburg Card Cutter是由formalj89开发的Chrome扩展程序,该扩展的主要功能是“Cutting cards is a hastle no more!”。
扩展截图
下载Phillipsburg Card Cutter扩展crx文件
下载Phillipsburg Card Cutter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Phillipsburg Card Cutter |
ID | oahpedidbjcalinnhbdiiambjlceljjn |
官方URL | https://chromewebstore.google.com/detail/phillipsburg-card-cutter/oahpedidbjcalinnhbdiiambjlceljjn |
简介 | Cutting cards is a hastle no more! |
文件大小 | 87.68 KB |
安装次数 | 228 |
当前版本 | 1.0.0 |
更新时间 | 2021-06-16 |
上架时间 | 2021-06-16 |
开发者 | formalj89 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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'" } |