Derpi-New Tab
A new tab page replacement featuring the latest pony wallpaper from Derpibooru
Derpi-New Tabとは何ですか?
Derpi-New TabはSeinopSysによって開発されたChromeの拡張機能で、その主な機能は「A new tab page replacement featuring the latest pony wallpaper from Derpibooru」です。
拡張機能のスクリーンショット
Derpi-New Tab拡張機能のCRXファイルをダウンロード
Derpi-New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This project is open-source, the code is available here: https://github.com/SeinopSys/Derpi-NewTab 拡張機能の基本情報
| 名前 | |
| ID | noggelkbkffdifgemicnanbkghjkoipl |
| 公式URL | https://chromewebstore.google.com/detail/derpi-new-tab/noggelkbkffdifgemicnanbkghjkoipl |
| 説明 | A new tab page replacement featuring the latest pony wallpaper from Derpibooru |
| ファイルサイズ | 110 KB |
| インストール数 | 41 |
| 現在のバージョン | 2.6.1 |
| 最終更新日 | 2021-09-21 |
| 公開日 | 2020-02-01 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | SeinopSys |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/SeinopSys/Derpi-NewTab |
| ヘルプページのURL | https://github.com/SeinopSys/Derpi-NewTab/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Derpi-New Tab",
"description": "A new tab page replacement featuring the latest pony wallpaper from Derpibooru",
"version": "2.6.1",
"browser_specific_settings": {
"gecko": {
"strict_min_version": "60.0"
}
},
"permissions": [
"https:\/\/derpibooru.org\/",
"https:\/\/derpicdn.net\/"
],
"optional_permissions": [
"https:\/\/www.derpibooru.org\/",
"https:\/\/trixiebooru.org\/",
"cookies"
],
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png",
"256": "img\/256.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |