New Tab Page Injector with Bookmarks Bar
Replaces your new tab page content with custom HTML content.
Qu'est-ce que New Tab Page Injector with Bookmarks Bar ?
New Tab Page Injector with Bookmarks Bar est une extension Chrome développée par pquiring, et sa fonction principale est "Replaces your new tab page content with custom HTML content.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Page Injector with Bookmarks Bar
Téléchargez les fichiers d'extension New Tab Page Injector with Bookmarks Bar 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
Replaces (injects) content on your New Tab page with a simple speed dial screen. Keeps your bookmark bar in place. Get rid of the crud on your NTP and put in something useful. You can now edit the content that gets injected from the Options. Source available at github.com/pquiring/ChromeNTPInjector
Informations de Base sur l'Extension
Nom | |
ID | gmaihihoocaedbkbbekcajinlbkllhph |
URL Officiel | https://chrome.google.com/webstore/detail/new-tab-page-injector-wit/gmaihihoocaedbkbbekcajinlbkllhph |
Description | Replaces your new tab page content with custom HTML content. |
Taille du Fichier | 133 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.6.1 |
Dernière Mise à Jour | 2016-09-10 |
Date de Publication | 2016-09-10 |
Évaluation | 3.43/5 Total 7 Évaluations |
Développeur | pquiring |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "author": "Peter Quiring", "content_scripts": [ { "css": [ "n.css" ], "js": [ "n.js", "default.js" ], "matches": [ "https:\/\/*\/_\/chrome\/newtab*", "*:\/\/local-ntp\/local-ntp.html" ], "run_at": "document_end" } ], "icons": { "24": "injector24.png", "128": "injector128.png" }, "name": "New Tab Page Injector with Bookmarks Bar", "short_name": "New Tab Page Injector", "description": "Replaces your new tab page content with custom HTML content.", "manifest_version": 2, "minimum_chrome_version": "29", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "storage" ], "options_page": "options.html", "web_accessible_resources": [ "amazon.ico", "facebook.ico", "gcalendar.ico", "gcontacts.ico", "gdrive.ico", "gmail.ico", "gmaps.ico", "gnews.png", "gplay.ico", "gplus.ico", "gsearch.ico", "gtranslate.ico", "hbo.ico", "netflix.ico", "pandora.ico", "spotify.ico", "wikipedia.ico", "youtube.ico", "ginbox.png", "hulu.png" ], "version": "1.6.1" } |