Simple Tab
Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
Was ist Simple Tab?
Simple Tab ist eine Chrome-Erweiterung, die von matthewninja entwickelt wurde, und ihr Hauptmerkmal ist "Transforms your new tab page into a beautiful and minimalistic image. All code is open source.".
Erweiterungsscreenshots
Simple Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | onmajccknmlhmaclaeplheoehfknefma |
| Offizielle URL | https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma |
| Beschreibung | Transforms your new tab page into a beautiful and minimalistic image. All code is open source. |
| Dateigröße | 42.43 MB |
| Installationsanzahl | 16 |
| Aktuelle Version | 0.1.1 |
| Letztes Update | 2017-07-24 |
| Veröffentlichungsdatum | 2017-07-23 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | matthewninja |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/matthewninja/simpletab |
| Hilfeseite URL | https://twitter.com/koreacanadian |
| Unterstützte Sprachen | 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"
} | |