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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में New Tab Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/"
    ]
}