bp/

Shortlinks for Blueprint

What is bp/?

bp/ is a Chrome extension developed by https://calblueprint.org, and its main feature is "Shortlinks for Blueprint".

Extension Screenshots

screenshot

Download bp/ Extension CRX File

Download bp/ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This allows Blueprint members to quickly access our Internal links.                    

Extension Basic Information

Name bp/ bp/
ID aklepblnmabogglccdgigdglhfkocllc
Official URL https://chromewebstore.google.com/detail/bp/aklepblnmabogglccdgigdglhfkocllc
Description Shortlinks for Blueprint
File Size 63.6 KB
Installation Count 115
Current Version 1.2.1
Last Updated 2020-02-11
Publish Date 2020-02-11
Rating 5.00/5 Total 7 Ratings
Developer https://calblueprint.org
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}