My New Tab

Replace newtab with any url & keep the addres bar clean!

My New Tabคืออะไร?

My New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Perfect Things และคุณลักษณะหลักของมันคือ "Replace newtab with any url & keep the addres bar clean!"

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

screenshot

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

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

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

                        Replace your new tab with any url keeping the address bar clean!

The html page is injected to an iframe, so there is one requirement:
the line below must be placed in  of the injected page:

This will make the links to open in the top frame and everything should work great!                    

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

ชื่อ My New Tab My New Tab
ID mnecfcpcjodmnejjbonbbcoggjincejc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc
คำอธิบาย Replace newtab with any url & keep the addres bar clean!
ขนาดไฟล์ 14.71 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2015-02-10
วันที่เผยแพร่ 2015-02-10
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Perfect Things
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tborychowski/mynewtab
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My New Tab",
    "version": "2.1",
    "description": "Replace newtab with any url & keep the addres bar clean!",
    "manifest_version": 2,
    "icons": {
        "128": "img\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    }
}