New Tab Redirect to Apps - Axlg
Simple extension that will bring you back the classic Apps-Based New tab page!
Hvad er New Tab Redirect to Apps - Axlg?
New Tab Redirect to Apps - Axlg er en Chrome-udvidelse udviklet af https://axl-g.com, og dens hovedfunktion er "Simple extension that will bring you back the classic Apps-Based New tab page!".
Udvidelsesskærmbilleder
Download New Tab Redirect to Apps - Axlg-udvidelses-CRX-fil
Download New Tab Redirect to Apps - Axlg-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
I made this because i was using another one that was asking a lots of permissions.
This will shows you Apps Page when opening a New tab and need only 1 permission that is for redirect to chrome://apps.
v2 Updated! working again!
axl-g.com Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nkglplbcmeamjpiegkcjhfogcjfggjjp |
| Officiel URL | https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp |
| Beskrivelse | Simple extension that will bring you back the classic Apps-Based New tab page! |
| Filstørrelse | 7.7 KB |
| Antal Installationer | 627 |
| Nuværende Version | 2 |
| Senest Opdateret | 2016-10-07 |
| Udgivelsesdato | 2016-10-05 |
| Bedømmelse | 4.73/5 Samlet 40 Bedømmelser |
| Udvikler | https://axl-g.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://axl-g.com/ |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab Redirect to Apps - Axlg",
"description": "Simple extension that will bring you back the classic Apps-Based New tab page!",
"version": "2",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "new_tab_redirect_to_apps.html"
},
"permissions": [
"tabs"
],
"icons": {
"128": "Axlg_Logo.png"
}
} | |