U2 New Tab Page
Replaces your new tab page wtih a U2 lyric that will put you at ease.
Qu'est-ce que U2 New Tab Page ?
U2 New Tab Page est une extension Chrome développée par Oasis, Inc., et sa fonction principale est "Replaces your new tab page wtih a U2 lyric that will put you at ease.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension U2 New Tab Page
Téléchargez les fichiers d'extension U2 New Tab Page 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
Download this extension to get a dose of U2 wisdom every time you open a new tab page. What more could one want?
Informations de Base sur l'Extension
Nom | U2 New Tab Page |
ID | lepnmpbbpkgjkagkepnojmmachiegjgm |
URL Officiel | https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm |
Description | Replaces your new tab page wtih a U2 lyric that will put you at ease. |
Taille du Fichier | 749 KB |
Nombre d'Installations | 25 |
Version Actuelle | 2.6 |
Dernière Mise à Jour | 2021-06-24 |
Date de Publication | 2021-01-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Oasis, Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://oasisinc.github.io/products/u2newtabpage.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U2 New Tab Page", "version": "2.6", "description": "Replaces your new tab page wtih a U2 lyric that will put you at ease.", "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "New Tab" }, "manifest_version": 2 } |