listy
Chrome notifier for Twitter list
Qu'est-ce que listy ?
listy est une extension Chrome développée par sivagnanam, et sa fonction principale est "Chrome notifier for Twitter list".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension listy
Téléchargez les fichiers d'extension listy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | glccjnbehbhhnhkngoeekacnalpihcii |
URL Officiel | https://chrome.google.com/webstore/detail/listy/glccjnbehbhhnhkngoeekacnalpihcii |
Description | Chrome notifier for Twitter list |
Taille du Fichier | 141 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2015-11-16 |
Date de Publication | 2015-11-16 |
Évaluation | 4.40/5 Total 5 Évaluations |
Développeur | sivagnanam |
Type de Paiement | free |
Site Web de l'Extension | https://datasweeper.github.io |
Langues Prises en Charge | 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" } } |