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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |