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