Phillipsburg Card Cutter

Cutting cards is a hastle no more!

Phillipsburg Card Cutterคืออะไร?

Phillipsburg Card Cutter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย formalj89 และคุณลักษณะหลักของมันคือ "Cutting cards is a hastle no more!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phillipsburg Card Cutter

ดาวน์โหลดไฟล์ส่วนขยาย 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 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'"
}