bp/

Shortlinks for Blueprint

bp/とは何ですか?

bp/はhttps://calblueprint.orgによって開発されたChromeの拡張機能で、その主な機能は「Shortlinks for Blueprint」です。

拡張機能のスクリーンショット

screenshot

bp/拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}