Formula 1 New Tab
Uses the top post in https://www.reddit.com/r/F1Porn to create a F1 image background in every new tab opened in Chrome.
什么是Formula 1 New Tab?
Formula 1 New Tab是由Thad Warren开发的Chrome扩展程序,该扩展的主要功能是“Uses the top post in https://www.reddit.com/r/F1Porn to create a F1 image background in every new tab opened in Chrome.”。
扩展截图
下载Formula 1 New Tab扩展crx文件
下载Formula 1 New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ikpapninecmpnphogiiklneddajeeebi |
官方URL | https://chrome.google.com/webstore/detail/formula-1-new-tab/ikpapninecmpnphogiiklneddajeeebi |
简介 | Uses the top post in https://www.reddit.com/r/F1Porn to create a F1 image background in every new tab opened in Chrome. |
文件大小 | 3.25 MB |
安装次数 | 453 |
当前版本 | 1.1 |
更新时间 | 2016-09-02 |
上架时间 | 2016-09-02 |
评分 | 4.57/5 共21次评分 |
开发者 | Thad Warren |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Formula 1 New Tab", "description": "Uses the top post in https:\/\/www.reddit.com\/r\/F1Porn to create a F1 image background in every new tab opened in Chrome.", "version": "1.1", "icons": { "16": "\/images\/icons\/icon16.png", "48": "\/images\/icons\/icon48.png", "128": "\/images\/icons\/icon128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |