listy

Chrome notifier for Twitter list

O que é listy?

listy é uma extensão do Chrome desenvolvida por sivagnanam, e sua principal característica é "Chrome notifier for Twitter list".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão listy

Baixe arquivos de extensão listy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome listy listy
ID glccjnbehbhhnhkngoeekacnalpihcii
URL Oficial https://chrome.google.com/webstore/detail/listy/glccjnbehbhhnhkngoeekacnalpihcii
Descrição Chrome notifier for Twitter list
Tamanho do Arquivo 141 KB
Contagem de Instalações 49
Versão Atual 1.2.0
Última Atualização 2015-11-16
Data de Publicação 2015-11-16
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor sivagnanam
Tipo de Pagamento free
Site da Extensão https://datasweeper.github.io
Idiomas Suportados 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"
    }
}