Simple Tab

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

Qu'est-ce que Simple Tab ?

Simple Tab est une extension Chrome développée par matthewninja, et sa fonction principale est "Transforms your new tab page into a beautiful and minimalistic image. All code is open source.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Tab

Téléchargez les fichiers d'extension Simple Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Simple Tab Simple Tab
ID onmajccknmlhmaclaeplheoehfknefma
URL Officiel https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma
Description Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
Taille du Fichier 42.43 MB
Nombre d'Installations 16
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-07-24
Date de Publication 2017-07-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur matthewninja
Type de Paiement free
Site Web de l'Extension https://github.com/matthewninja/simpletab
URL de la Page d'Aide https://twitter.com/koreacanadian
Langues Prises en Charge 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"
}