New Tab Redirect to Apps - Axlg

Simple extension that will bring you back the classic Apps-Based New tab page!

New Tab Redirect to Apps - Axlgคืออะไร?

New Tab Redirect to Apps - Axlg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://axl-g.com และคุณลักษณะหลักของมันคือ "Simple extension that will bring you back the classic Apps-Based New tab page!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Redirect to Apps - Axlg

ดาวน์โหลดไฟล์ส่วนขยาย New Tab Redirect to Apps - Axlg ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New Tab Redirect to Apps - Axlg New Tab Redirect to Apps - Axlg
ID nkglplbcmeamjpiegkcjhfogcjfggjjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp
คำอธิบาย Simple extension that will bring you back the classic Apps-Based New tab page!
ขนาดไฟล์ 7.7 KB
จำนวนการติดตั้ง 627
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2016-10-07
วันที่เผยแพร่ 2016-10-05
คะแนน 4.73/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา https://axl-g.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://axl-g.com/
ภาษาที่รองรับ 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"
    }
}