Parker Collection New Tab
A tab extension for viewing the current date and time with an image from Parker on the Web
Parker Collection New Tabとは何ですか?
Parker Collection New TabはLiz Fischerによって開発されたChromeの拡張機能で、その主な機能は「A tab extension for viewing the current date and time with an image from Parker on the Web」です。
拡張機能のスクリーンショット
Parker Collection New Tab拡張機能のCRXファイルをダウンロード
Parker Collection New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Parker Collection New Tab |
ID | fccmhedphcaccddkcmoifbgijfanabjp |
公式URL | https://chromewebstore.google.com/detail/parker-collection-new-tab/fccmhedphcaccddkcmoifbgijfanabjp |
説明 | A tab extension for viewing the current date and time with an image from Parker on the Web |
ファイルサイズ | 1.6 MB |
インストール数 | 34 |
現在のバージョン | 0.2 |
最終更新日 | 2018-11-03 |
公開日 | 2018-11-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Liz Fischer |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/lizfischer/ParkerNewTab/blob/master/PRIVACY_POLICY.md |
対応言語 | 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 } |