listy
Chrome notifier for Twitter list
listy란 무엇입니까?
listy은(는) sivagnanam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome notifier for Twitter list"입니다.
확장 프로그램 스크린샷
listy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" } } |