New Tab Twitter

Displays a minimal Twitter feed in the empty space in your new tab page. The feed sources from a Twitter list you specify.

New Tab Twitterคืออะไร?

New Tab Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย miles.okeefe และคุณลักษณะหลักของมันคือ "Displays a minimal Twitter feed in the empty space in your new tab page. The feed sources from a Twitter list you specify."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension shows a twitter feed in your new tab page. It is styled to be as minimal and distraction-free as possible. You can set it to use a list you created or any other twitter user's list as long as the list is public.

If you want this to display your twitter timeline:

1. Create a new list on twitter. Name it anything you want, just make sure it's public.
2. Add everyone you follow to your list. This website lets you do that quickly and easily: http://twitlistmanager.com
3. On the options page for this extension, set the username to your twitter username, and the list name to the name of the list you just created. Click save.
4. All done! 
Remember, any time you follow a user you will also have to add them to this list, and any time you unfollow a user you will have to remove them from this list. I know this is an inconvenience but Twitter and Chrome impose strict limitations that require this.
However,  having a slightly separate feed from your timeline can be a nice feature. For example, try you can add news accounts to your list for this extension, so you get to keep up with the news but still only see your friends' tweet on your twitter.com timeline.


NOTICE: I am not affiliated with Twitter inc in any way.                    

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

ชื่อ New Tab Twitter New Tab Twitter
ID bbdbbpgiljhdmehdhjmcfkljfogppich
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-twitter/bbdbbpgiljhdmehdhjmcfkljfogppich
คำอธิบาย Displays a minimal Twitter feed in the empty space in your new tab page. The feed sources from a Twitter list you specify.
ขนาดไฟล์ 64.3 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2017-06-02
วันที่เผยแพร่ 2017-06-01
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา miles.okeefe
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Twitter",
    "description": "Displays a minimal Twitter feed in the empty space in your new tab page. The feed sources from a Twitter list you specify.",
    "version": "0.1.1",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/install.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src https:\/\/*.twitter.com https:\/\/*.twimg.com 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "https:\/\/*.twitter.com\/",
        "https:\/\/*.twimg.com\/"
    ]
}