Tab Plus
Tab Plus is more than just a tab, - local weather, flip clock and more...
什么是Tab Plus?
Tab Plus是由xtensionplus.com开发的Chrome扩展程序,该扩展的主要功能是“Tab Plus is more than just a tab, - local weather, flip clock and more...”。
扩展截图
下载Tab Plus扩展crx文件
下载Tab Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Very useful and nice start page, more than just a new tab, - local weather, flip clock and more...
扩展基本信息
名称 | Tab Plus |
ID | gnpkfejhbjbfidphpdfeokopdigeinkf |
官方URL | https://chromewebstore.google.com/detail/tab-plus/gnpkfejhbjbfidphpdfeokopdigeinkf |
简介 | Tab Plus is more than just a tab, - local weather, flip clock and more... |
文件大小 | 753 KB |
安装次数 | 72 |
当前版本 | 1.0.1.3 |
更新时间 | 2017-07-18 |
上架时间 | 2017-07-18 |
评分 | 5.00/5 共1次评分 |
开发者 | xtensionplus.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "name": "Tab Plus", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Tab Plus is more than just a tab, - local weather, flip clock and more...", "icons": { "128": "images\/tab+-128.png", "16": "images\/tab+-16.png", "48": "images\/tab+-48.png", "64": "images\/tab+-64.png" }, "manifest_version": 2, "options_page": "index.html#options", "permissions": [ "storage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api" ], "version": "1.0.1.3" } |