New Tab Redirect to Apps - Axlg
Simple extension that will bring you back the classic Apps-Based New tab page!
Vad är New Tab Redirect to Apps - Axlg?
New Tab Redirect to Apps - Axlg är en Chrome-tillägg utvecklad av https://axl-g.com, och dess huvudfunktion är "Simple extension that will bring you back the classic Apps-Based New tab page!".
Tilläggsskärmbilder
Ladda ner New Tab Redirect to Apps - Axlg-förlängningens CRX-fil
Ladda ner New Tab Redirect to Apps - Axlg-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
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äggande Information om Tillägg
| Namn | |
| ID | nkglplbcmeamjpiegkcjhfogcjfggjjp |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp |
| Beskrivning | Simple extension that will bring you back the classic Apps-Based New tab page! |
| Filstorlek | 7.7 KB |
| Antal Installationer | 627 |
| Aktuell Version | 2 |
| Senast Uppdaterad | 2016-10-07 |
| Publiceringsdatum | 2016-10-05 |
| Betyg | 4.73/5 Totalt 40 Betyg |
| Utvecklare | https://axl-g.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://axl-g.com/ |
| Stödda Språk | 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"
}
} | |