TNT - The New Tab

This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!

TNT - The New Tabคืออะไร?

TNT - The New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://permutat.de และคุณลักษณะหลักของมันคือ "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TNT - The New Tab

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

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

                        TNT - The New Tab

- define your own new tab 
- pick some predefined URLs
- support your own URL
- or use TNT-page

TNT doesn't need any special Permission!!

Version 1.1.0

- fixed loosing settings after Chrome updates
- removed rapidshare from TNT-options
- added domain extensions to labels for TNT-tabbuttons                    

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

ชื่อ TNT - The New Tab TNT - The New Tab
ID fibejpdhnnpjcmpdfkcoeeombnhmjmao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tnt-the-new-tab/fibejpdhnnpjcmpdfkcoeeombnhmjmao
คำอธิบาย This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2015-08-11
วันที่เผยแพร่ 2015-08-11
ผู้พัฒนา https://permutat.de
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "name": "TNT - The New Tab",
    "description": "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!",
    "version": "1.1.0",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "options.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}