Yet Another New Tab Page

It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…

Vad är Yet Another New Tab Page?

Yet Another New Tab Page är en Chrome-tillägg utvecklad av Brian Mock, och dess huvudfunktion är "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…".

Tilläggsskärmbilder

screenshot

Ladda ner Yet Another New Tab Page-förlängningens CRX-fil

Ladda ner Yet Another 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

                        It's a new tab page extension. It's better than the default one. Give it a try.

Now featuring a new theme and improved performance.

Check out the source code on GitHub!
https://github.com/wavebeem/yantp                    

Grundläggande Information om Tillägg

Namn Yet Another New Tab Page Yet Another New Tab Page
ID imfkhhcponjpjhfpaccepedaabjclbjj
Officiell webbadress https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj
Beskrivning It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
Filstorlek 9.39 KB
Antal Installationer 194
Aktuell Version 21.0
Senast Uppdaterad 2017-11-19
Publiceringsdatum 2017-11-19
Betyg 4.43/5 Totalt 14 Betyg
Utvecklare Brian Mock
Betalningssätt free
Tilläggswebbplats https://github.com/wavebeem/yantp
Hjälpsida URL https://github.com/wavebeem/yantp
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "21.0",
    "name": "Yet Another New Tab Page",
    "short_name": "yantp",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "topSites",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    }
}