U2 New Tab Page
Replaces your new tab page wtih a U2 lyric that will put you at ease.
U2 New Tab Pageとは何ですか?
U2 New Tab PageはOasis, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Replaces your new tab page wtih a U2 lyric that will put you at ease.」です。
拡張機能のスクリーンショット
U2 New Tab Page拡張機能のCRXファイルをダウンロード
U2 New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download this extension to get a dose of U2 wisdom every time you open a new tab page. What more could one want? 拡張機能の基本情報
| 名前 | |
| ID | lepnmpbbpkgjkagkepnojmmachiegjgm |
| 公式URL | https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm |
| 説明 | Replaces your new tab page wtih a U2 lyric that will put you at ease. |
| ファイルサイズ | 749 KB |
| インストール数 | 25 |
| 現在のバージョン | 2.6 |
| 最終更新日 | 2021-06-24 |
| 公開日 | 2021-01-25 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Oasis, Inc. |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://oasisinc.github.io/products/u2newtabpage.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "U2 New Tab Page",
"version": "2.6",
"description": "Replaces your new tab page wtih a U2 lyric that will put you at ease.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_title": "New Tab"
},
"manifest_version": 2
} | |