Simple Tab
Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
什么是Simple Tab?
Simple Tab是由matthewninja开发的Chrome扩展程序,该扩展的主要功能是“Transforms your new tab page into a beautiful and minimalistic image. All code is open source.”。
扩展截图
下载Simple Tab扩展crx文件
下载Simple Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple tab is simple. Simply put, it takes your boring 'New Tab' page and replaces it with a beautiful, hand picked landscape image. Other Tab page extensions are extremely bloated and slow. For users who don't want to see a cluttered tab page, this is the extension for you.
Transparency is important to the creator. All code is open source, and is free to use at https://github.com/matthewninja/simpletab. The images are stored locally for extremely fast loading. This extension is a work in progress, and new features are on the way. Any questions will be answered on twitter @koreacanadian. 扩展基本信息
| 名称 | |
| ID | onmajccknmlhmaclaeplheoehfknefma |
| 官方URL | https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma |
| 简介 | Transforms your new tab page into a beautiful and minimalistic image. All code is open source. |
| 文件大小 | 42.43 MB |
| 安装次数 | 16 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2017-07-24 |
| 上架时间 | 2017-07-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | matthewninja |
| 付费类型 | free |
| 扩展官网 | https://github.com/matthewninja/simpletab |
| 帮助页面URL | https://twitter.com/koreacanadian |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple Tab",
"version": "0.1.1",
"description": "Transforms your new tab page into a beautiful and minimalistic image.\n All code is open source.",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": [],
"author": "Matthew Ham",
"background": {
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"homepage_url": "https:\/\/github.com\/matthewninja\/simpletab",
"offline_enabled": true,
"permissions": [
"tabs"
],
"short_name": "Simple Tab"
} | |