Derpi-New Tab
A new tab page replacement featuring the latest pony wallpaper from Derpibooru
Vad är Derpi-New Tab?
Derpi-New Tab är en Chrome-tillägg utvecklad av SeinopSys, och dess huvudfunktion är "A new tab page replacement featuring the latest pony wallpaper from Derpibooru".
Tilläggsskärmbilder
Ladda ner Derpi-New Tab-förlängningens CRX-fil
Ladda ner Derpi-New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This project is open-source, the code is available here: https://github.com/SeinopSys/Derpi-NewTab Grundläggande Information om Tillägg
| Namn | |
| ID | noggelkbkffdifgemicnanbkghjkoipl |
| Officiell webbadress | https://chromewebstore.google.com/detail/derpi-new-tab/noggelkbkffdifgemicnanbkghjkoipl |
| Beskrivning | A new tab page replacement featuring the latest pony wallpaper from Derpibooru |
| Filstorlek | 110 KB |
| Antal Installationer | 41 |
| Aktuell Version | 2.6.1 |
| Senast Uppdaterad | 2021-09-21 |
| Publiceringsdatum | 2020-02-01 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | SeinopSys |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/SeinopSys/Derpi-NewTab |
| Hjälpsida URL | https://github.com/SeinopSys/Derpi-NewTab/issues |
| Stödda Språk | 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"
}
} | |