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"
} | |