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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Phillipsburg Card Cutter
قم بتنزيل ملفات الامتداد Phillipsburg Card Cutter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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'"
} | |