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. 擴展基本資訊
| 名稱 | |
| ID | oahpedidbjcalinnhbdiiambjlceljjn |
| 官方網址 | 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'"
} | |