bp/

Shortlinks for Blueprint

Wat is bp/?

bp/ is een Chrome-extensie ontwikkeld door https://calblueprint.org, en de belangrijkste functie is "Shortlinks for Blueprint".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie bp/

Download bp/-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This allows Blueprint members to quickly access our Internal links.                    

Basisinformatie over de Extensie

Naam bp/ bp/
ID aklepblnmabogglccdgigdglhfkocllc
Officiële URL https://chromewebstore.google.com/detail/bp/aklepblnmabogglccdgigdglhfkocllc
Beschrijving Shortlinks for Blueprint
Bestandsgrootte 63.6 KB
Aantal Installaties 115
Huidige Versie 1.2.1
Laatst Bijgewerkt 2020-02-11
Publicatiedatum 2020-02-11
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://calblueprint.org
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}