listy

Chrome notifier for Twitter list

listy क्या है?

listy sivagnanam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome notifier for Twitter list"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Listy 1.2.0 :
  We all know The List feature in twitter is very precious, But how much we utilizing that. We often missing important tweets from the lists we have at any important time. Listy will notify you the new tweets from the lists, When you you click on the notification it will open up twitter post in new tab. In Listy you can also manage multiple accounts. In the future listy will have notification for a single user and add/delete for both list and members of the list. Get the notification for the tweets matter to you.                    

एक्सटेंशन की मूल जानकारी

नाम listy listy
ID glccjnbehbhhnhkngoeekacnalpihcii
आधिकारिक URL https://chrome.google.com/webstore/detail/listy/glccjnbehbhhnhkngoeekacnalpihcii
विवरण Chrome notifier for Twitter list
फ़ाइल का आकार 141 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2015-11-16
प्रकाशन तिथि 2015-11-16
रेटिंग 4.40/5 कुल 5 रेटिंग्स
डेवलपर sivagnanam
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://datasweeper.github.io
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "listy",
    "description": "Chrome notifier for Twitter list",
    "version": "1.2.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/api.twitter.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/48.png"
    },
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*.twitter.com\/",
        "https:\/\/*.twitter.com\/",
        "http:\/\/*.twimg.com\/*",
        "https:\/\/*.twimg.com\/*"
    ],
    "web_accessible_resources": [
        "options\/index.html"
    ],
    "options_page": "options\/index.html",
    "background": {
        "page": "options\/index.html"
    }
}