Nine.com.au - Homepage & Bookmarks
Update your homepage and bookmarks.
Qu'est-ce que Nine.com.au - Homepage & Bookmarks ?
Nine.com.au - Homepage & Bookmarks est une extension Chrome développée par https://nine.com.au, et sa fonction principale est "Update your homepage and bookmarks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nine.com.au - Homepage & Bookmarks
Téléchargez les fichiers d'extension Nine.com.au - Homepage & Bookmarks 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
ninemsn.com.au has moved to nine.com.au – update your homepage and bookmarks by simply adding extension. This extension will: * Update any bookmarks from ninemsn.com.au to nine.com.au * Remove ninemsn.com.au from your history so it doesn't appear in the URL bar * Adds a handy button to your browser with links to our websites * Sets nine.com.au as your startup and home pages (Windows only)
Informations de Base sur l'Extension
Nom | |
ID | efeejpljhmnlmccjklepacdpmjgmhieg |
URL Officiel | https://chromewebstore.google.com/detail/ninecomau-homepage-bookma/efeejpljhmnlmccjklepacdpmjgmhieg |
Description | Update your homepage and bookmarks. |
Taille du Fichier | 146 KB |
Nombre d'Installations | 13,975 |
Version Actuelle | 1.0.12 |
Dernière Mise à Jour | 2017-11-28 |
Date de Publication | 2017-11-27 |
Évaluation | 4.90/5 Total 10 Évaluations |
Développeur | https://nine.com.au |
Type de Paiement | free |
Site Web de l'Extension | http://www.nine.com.au/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nine.com.au - Homepage & Bookmarks", "version": "1.0.12", "description": "Update your homepage and bookmarks.", "manifest_version": 2, "icons": { "128": "nine.png" }, "background": { "scripts": [ "browser-polyfill.entry.js", "background.entry.js" ], "persistent": false }, "browser_action": { "default_icon": "nine.png", "default_title": "nine.com.au homepage", "default_popup": "index.html" }, "permissions": [ "bookmarks", "history" ], "chrome_settings_overrides": { "homepage": "http:\/\/www.nine.com.au", "startup_pages": [ "http:\/\/www.nine.com.au" ] } } |