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.
擴展基本資訊
名稱 | Simple Tab |
ID | onmajccknmlhmaclaeplheoehfknefma |
官方網址 | 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" } |