Start!

A new start page for all your start paging needs.

Start!คืออะไร?

Start! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ilkkah.com และคุณลักษณะหลักของมันคือ "A new start page for all your start paging needs."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Start!

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

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

                        Try Start! 2 - a new version has been published:
https://chrome.google.com/webstore/detail/start-2/kmpdihgkoocjnalpalbomgfmheaooclo

----------------------------------------------------------

This is an alternative start page for Chrome.

On the main pane you will have your bookmarks taken from the Bookmarks Bar. To put new sites there, just bookmark the sites as normally - into the bookmarks bar. 

Below it are the Chrome Web Apps. There is also a possibility to add your favorite news feed to the page.

This uses Flickr for the background photos. You can also specify your own background with an url. 

C|Net review:
http://howto.cnet.com/8301-11310_39-57393672-285/customize-and-enhance-chromes-start-tab/
Lifehacker review:
http://lifehacker.com/5881052/lifehacker-faceoff-the-best-start-pages-for-your-browser

FAQ:
Q: Where's the "recently closed tabs"?
A: It will there when it becomes available in Chrome extension API. In the meanwhile you can use Ctrl + Shift + T to re-open a recently closed tab. This is a faster method anyway.

Troubleshooting: 
- Press Ctrl-R to refresh the page if something strange happens.

Some people have had trouble uninstalling this. There are many ways to uninstall a Chrome extension - at least two ways through menus, and one way on this very page. 

Buzzwords: new tab, startpage, speed dial, rss, feed

Feedback: https://chromestart.uservoice.com/                    

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

ชื่อ Start! Start!
ID iniabgbbmccaomaocmhcfioahgipigbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/start/iniabgbbmccaomaocmhcfioahgipigbh
คำอธิบาย A new start page for all your start paging needs.
ขนาดไฟล์ 1.46 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2017-03-11
วันที่เผยแพร่ 2017-03-11
คะแนน 4.14/5 รวมทั้งหมด 443 คะแนน
ผู้พัฒนา https://ilkkah.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://chromestart.uservoice.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Start!",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "A new start page for all your start paging needs.",
    "options_page": "options.html",
    "icons": {
        "16": "stuff\/1276754433_media-playback-start.png",
        "32": "stuff\/1276754432_media-playback-start.png",
        "48": "stuff\/start-icon-48.png",
        "128": "stuff\/start-icon-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "browse.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "bookmarks",
        "tabs",
        "management"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}