Lionel Messi Wallpapers HD
Simple homepage using Lionel Messi images as background for your new tab
什么是Lionel Messi Wallpapers HD?
Lionel Messi Wallpapers HD是由peterlaroch8开发的Chrome扩展程序,该扩展的主要功能是“Simple homepage using Lionel Messi images as background for your new tab”。
扩展截图
下载Lionel Messi Wallpapers HD扩展crx文件
下载Lionel Messi Wallpapers HD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension that replaces the new tab page with a more customizable version, with Lionel Messi interface.
扩展基本信息
名称 | |
ID | oflbejkakibfmcjjpapnhdciboofojfm |
官方URL | https://chrome.google.com/webstore/detail/lionel-messi-wallpapers-h/oflbejkakibfmcjjpapnhdciboofojfm |
简介 | Simple homepage using Lionel Messi images as background for your new tab |
文件大小 | 10.31 MB |
安装次数 | 64 |
当前版本 | 1.0.0 |
更新时间 | 2018-03-26 |
上架时间 | 2018-03-26 |
评分 | 5.00/5 共1次评分 |
开发者 | peterlaroch8 |
付费类型 | free |
支持的语言 | de,en,fr,es,it,pt-BR,pt-PT,ru |
manifest.json | |
{ "version": "1.0.0", "browser_action": { "default_icon": "picto\/48.png", "default_title": "__MSG_appName__" }, "chrome_url_overrides": { "newtab": "wall.html" }, "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "picto\/128.png", "48": "picto\/48.png", "19": "picto\/19.png" }, "manifest_version": 2, "name": "__MSG_appName__", "offline_enabled": true, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "wall.html" ] } |