listy

Chrome notifier for Twitter list

什么是listy?

listy是由sivagnanam开发的Chrome扩展程序,该扩展的主要功能是“Chrome notifier for Twitter list”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载listy扩展crx文件

下载listy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}