Second Home

You can regist another favorite web site as second home and open it with one click.

Qu'est-ce que Second Home ?

Second Home est une extension Chrome développée par Naoki Tanimura, et sa fonction principale est "You can regist another favorite web site as second home and open it with one click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Second Home

Téléchargez les fichiers d'extension Second Home 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

                        Second Home browser extension provides you second home url besides home url.
You can regist another favorite web site as second home and open it with one click.

Second Home was developed by Naoki Tanimura.
http://naokitanimura.wordpress.com/                    

Informations de Base sur l'Extension

Nom Second Home Second Home
ID pmmemlnpjmfkcddknibchodllhnnidlp
URL Officiel https://chrome.google.com/webstore/detail/second-home/pmmemlnpjmfkcddknibchodllhnnidlp
Description You can regist another favorite web site as second home and open it with one click.
Taille du Fichier 24.58 KB
Nombre d'Installations 7,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2013-10-10
Date de Publication 2013-10-10
Évaluation 3.00/5 Total 5 Évaluations
Développeur Naoki Tanimura
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Second Home",
    "version": "1.0.0",
    "description": "You can regist another favorite web site as second home and open it with one click.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Second Home"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}