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 |
| 公式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 |
| Eメール | [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'"
} | |