bp/

Shortlinks for Blueprint

bp/คืออะไร?

bp/ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://calblueprint.org และคุณลักษณะหลักของมันคือ "Shortlinks for Blueprint"

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

screenshot

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

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

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

                        This allows Blueprint members to quickly access our Internal links.                    

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

ชื่อ bp/ bp/
ID aklepblnmabogglccdgigdglhfkocllc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bp/aklepblnmabogglccdgigdglhfkocllc
คำอธิบาย Shortlinks for Blueprint
ขนาดไฟล์ 63.6 KB
จำนวนการติดตั้ง 115
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2020-02-11
วันที่เผยแพร่ 2020-02-11
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://calblueprint.org
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bp\/",
    "version": "1.2.1",
    "description": "Shortlinks for Blueprint",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "bp\/",
            "keyword": "bp\/",
            "favicon_url": "https:\/\/calblueprint.org\/assets\/logo.png",
            "search_url": "https:\/\/go.calblueprint.org\/?q={searchTerms}",
            "suggest_url": "https:\/\/go.calblueprint.org\/__bpslash__\/suggest?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": false
        }
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}