Simple Tab

Transforms your new tab page into a beautiful and minimalistic image. All code is open source.

Hvad er Simple Tab?

Simple Tab er en Chrome-udvidelse udviklet af matthewninja, og dens hovedfunktion er "Transforms your new tab page into a beautiful and minimalistic image. All code is open source.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Simple Tab-udvidelses-CRX-fil

Download Simple Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Tab Simple Tab
ID onmajccknmlhmaclaeplheoehfknefma
Officiel URL https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma
Beskrivelse Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
Filstørrelse 42.43 MB
Antal Installationer 16
Nuværende Version 0.1.1
Senest Opdateret 2017-07-24
Udgivelsesdato 2017-07-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler matthewninja
Betalingsmetode free
Udvidelseswebsted https://github.com/matthewninja/simpletab
Hjælpeside-URL https://twitter.com/koreacanadian
Understøttede Sprog 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"
}