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
扩展基本信息
名称 | Derpi-New Tab |
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 |
电子邮箱 | [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" } } |