New Tab with chrome apps

simple extension allows change default-new-tab to chrome-apps

Vad är New Tab with chrome apps?

New Tab with chrome apps är en Chrome-tillägg utvecklad av https://jyny.dev, och dess huvudfunktion är "simple extension allows change default-new-tab to chrome-apps".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner New Tab with chrome apps-förlängningens CRX-fil

Ladda ner New Tab with chrome apps-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

                        OpenSource project for change default-new-tab to chrome-apps

Since some version of chrome, default New-tab page had changed.
This extension bring the default New-tab page back to chrome-apps page. 

OpenSource!
Without any permissions required!!
more private, more secure!

view source code on Github
https://github.com/Jyny/New-Tab-with-chrome-apps                    

Grundläggande Information om Tillägg

Namn New Tab with chrome apps New Tab with chrome apps
ID ckcjokafpkoiijnflcpogblchhoieafj
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-with-chrome-apps/ckcjokafpkoiijnflcpogblchhoieafj
Beskrivning simple extension allows change default-new-tab to chrome-apps
Filstorlek 3.8 KB
Antal Installationer 1,364
Aktuell Version 1.4
Senast Uppdaterad 2021-03-25
Publiceringsdatum 2015-03-23
Betyg 4.18/5 Totalt 11 Betyg
Utvecklare https://jyny.dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Jyny/New-Tab-with-chrome-apps
Hjälpsida URL https://github.com/Jyny/New-Tab-with-chrome-apps
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab with chrome apps",
    "version": "1.4",
    "author": "jyny",
    "icons": {
        "128": "icon.png"
    },
    "description": "simple extension allows change default-new-tab to chrome-apps",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}