Parker Collection New Tab
A tab extension for viewing the current date and time with an image from Parker on the Web
Co je Parker Collection New Tab?
Parker Collection New Tab je rozšíření Chrome vyvinuté Liz Fischer, a jeho hlavní funkcí je „A tab extension for viewing the current date and time with an image from Parker on the Web“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Parker Collection New Tab
Stáhněte si soubory rozšíření Parker Collection New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Get a random image from Parker on the Web every time you open a new tab. Explore the collection of manuscripts from the Parker Library at Corpus Christi College, Cambridge just opening up your browser.
Základní Informace o Rozšíření
Název | Parker Collection New Tab |
ID | fccmhedphcaccddkcmoifbgijfanabjp |
Oficiální URL | https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp |
Popis | A tab extension for viewing the current date and time with an image from Parker on the Web |
Velikost souboru | 1.6 MB |
Počet instalací | 34 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2018-11-03 |
Datum Vydání | 2018-11-03 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Liz Fischer |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parker Collection New Tab", "description": "A tab extension for viewing the current date and time with an image from Parker on the Web", "short_name": "Parker Tab", "version": "0.2", "incognito": "split", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' http:\/\/*.stanford.edu\/*; object-src 'self'", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "manifest_version": 2 } |