Second Home
You can regist another favorite web site as second home and open it with one click.
Wat is Second Home?
Second Home is een Chrome-extensie ontwikkeld door Naoki Tanimura, en de belangrijkste functie is "You can regist another favorite web site as second home and open it with one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Second Home
Download Second Home-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | pmmemlnpjmfkcddknibchodllhnnidlp |
Officiële URL | https://chrome.google.com/webstore/detail/second-home/pmmemlnpjmfkcddknibchodllhnnidlp |
Beschrijving | You can regist another favorite web site as second home and open it with one click. |
Bestandsgrootte | 24.58 KB |
Aantal Installaties | 7,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2013-10-10 |
Publicatiedatum | 2013-10-10 |
Beoordeling | 3.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Naoki Tanimura |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |