Stanford GSB Library Chrome Extension
Stanford GSB Library Chrome Extension
Wat is Stanford GSB Library Chrome Extension?
Stanford GSB Library Chrome Extension is een Chrome-extensie ontwikkeld door Stanford GSB Library, en de belangrijkste functie is "Stanford GSB Library Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Stanford GSB Library Chrome Extension
Download Stanford GSB Library Chrome Extension-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
The extension provides quick links to popular resources of Stanford GSB Library.
Basisinformatie over de Extensie
Naam | Stanford GSB Library Chrome Extension |
ID | nalkmhejglbfmhpannfofkgmhomjeaea |
Officiële URL | https://chromewebstore.google.com/detail/stanford-gsb-library-chro/nalkmhejglbfmhpannfofkgmhomjeaea |
Beschrijving | Stanford GSB Library Chrome Extension |
Bestandsgrootte | 324 KB |
Aantal Installaties | 1,075 |
Huidige Versie | 5.4 |
Laatst Bijgewerkt | 2023-10-13 |
Publicatiedatum | 2019-04-05 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Stanford GSB Library |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://libguides.stanford.edu/extension |
URL van de Privacybeleid Pagina | https://www.stanford.edu/site/privacy |
Ondersteunde Talen | 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" ] } |