Basad

Add Basad to all web page

Basadคืออะไร?

Basad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.closeapp.co.il และคุณลักษณะหลักของมันคือ "Add Basad to all web page"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Basad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        האפליקציה מאפשרת להוסיף בס"ד שיופיע באופן אוטומטי בראש כל עמוד אינטרנט שאליו תגלשו.
ניתן לשנות את הכיתוב ולבחור מה הכיתוב שיופיע בראש העמוד.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Basad Basad
ID khcihpmbhkieabgonmhobakjppkoiffi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/basad/khcihpmbhkieabgonmhobakjppkoiffi
คำอธิบาย Add Basad to all web page
ขนาดไฟล์ 79.59 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2022-07-27
วันที่เผยแพร่ 2017-06-01
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.closeapp.co.il
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.closeapp.co.il
URL หน้าช่วยเหลือ https://closeapp.co.il/contact-us/
ภาษาที่รองรับ en
manifest.json
{
    "name": "Basad",
    "version": "0.0.5",
    "description": "Add Basad to all web page",
    "permissions": [
        "cookies",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "64": "64x64.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [],
            "matches": [
                ""
            ],
            "js": [
                "calendar.js",
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scriptbg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "basad"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": []
}