Derpi-New Tab
A new tab page replacement featuring the latest pony wallpaper from Derpibooru
Co to jest Derpi-New Tab?
Derpi-New Tab to rozszerzenie Chrome opracowane przez SeinopSys, a jego główną funkcją jest „A new tab page replacement featuring the latest pony wallpaper from Derpibooru”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Derpi-New Tab
Pobierz pliki rozszerzeń Derpi-New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This project is open-source, the code is available here: https://github.com/SeinopSys/Derpi-NewTab Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | noggelkbkffdifgemicnanbkghjkoipl |
| Oficjalny URL | https://chromewebstore.google.com/detail/derpi-new-tab/noggelkbkffdifgemicnanbkghjkoipl |
| Opis | A new tab page replacement featuring the latest pony wallpaper from Derpibooru |
| Rozmiar pliku | 110 KB |
| Liczba instalacji | 41 |
| Aktualna Wersja | 2.6.1 |
| Ostatnia Aktualizacja | 2021-09-21 |
| Data Publikacji | 2020-02-01 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | SeinopSys |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/SeinopSys/Derpi-NewTab |
| Adres URL Strony Pomocy | https://github.com/SeinopSys/Derpi-NewTab/issues |
| Obsługiwane Języki | 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"
}
} | |