U2 New Tab Page
Replaces your new tab page wtih a U2 lyric that will put you at ease.
Vad är U2 New Tab Page?
U2 New Tab Page är en Chrome-tillägg utvecklad av Oasis, Inc., och dess huvudfunktion är "Replaces your new tab page wtih a U2 lyric that will put you at ease.".
Tilläggsskärmbilder
Ladda ner U2 New Tab Page-förlängningens CRX-fil
Ladda ner U2 New Tab Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Download this extension to get a dose of U2 wisdom every time you open a new tab page. What more could one want?
Grundläggande Information om Tillägg
Namn | U2 New Tab Page |
ID | lepnmpbbpkgjkagkepnojmmachiegjgm |
Officiell webbadress | https://chromewebstore.google.com/detail/u2-new-tab-page/lepnmpbbpkgjkagkepnojmmachiegjgm |
Beskrivning | Replaces your new tab page wtih a U2 lyric that will put you at ease. |
Filstorlek | 749 KB |
Antal Installationer | 25 |
Aktuell Version | 2.6 |
Senast Uppdaterad | 2021-06-24 |
Publiceringsdatum | 2021-01-25 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Oasis, Inc. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://oasisinc.github.io/products/u2newtabpage.html |
Stödda Språk | 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 } |