Stanford GSB Library Chrome Extension

Stanford GSB Library Chrome Extension

What is Stanford GSB Library Chrome Extension?

Stanford GSB Library Chrome Extension is a Chrome extension developed by Stanford GSB Library, and its main feature is "Stanford GSB Library Chrome Extension".

Extension Screenshots

screenshot
screenshot

Download Stanford GSB Library Chrome Extension Extension CRX File

Download Stanford GSB Library Chrome Extension 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

                        The extension provides quick links to popular resources of Stanford GSB Library.                    

Extension Basic Information

Name Stanford GSB Library Chrome Extension Stanford GSB Library Chrome Extension
ID nalkmhejglbfmhpannfofkgmhomjeaea
Official URL https://chromewebstore.google.com/detail/stanford-gsb-library-chro/nalkmhejglbfmhpannfofkgmhomjeaea
Description Stanford GSB Library Chrome Extension
File Size 324 KB
Installation Count 1,075
Current Version 5.4
Last Updated 2023-10-13
Publish Date 2019-04-05
Rating 5.00/5 Total 4 Ratings
Developer Stanford GSB Library
Email [email protected]
Payment Type free
Extension Website http://libguides.stanford.edu/extension
Privacy Policy Page URL https://www.stanford.edu/site/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stanford GSB Library Chrome Extension",
    "description": "Stanford GSB Library Chrome Extension",
    "version": "5.4",
    "background": {
        "service_worker": "js\/main.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon\/16.png",
            "32": "img\/icon\/32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Stanford GSB Library"
    },
    "icons": {
        "16": "img\/icon\/16.png",
        "48": "img\/icon\/48.png",
        "128": "img\/icon\/128.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}