Feedly Counter
Shows unread article count from Feedly
Feedly Counter란 무엇입니까?
Feedly Counter은(는) p3lim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows unread article count from Feedly"입니다.
확장 프로그램 스크린샷
Feedly Counter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Feedly Counter is a Chrome extension for Feedly, which allows you to see at a glance when you've got unread articles, and gives you easy one-click-access to your feeds. I made this as an alternative to the original extension when it magically lost this option. ** New in 1.3.3: - Should hopefully fix the "grey icon" bug ** Future works and comments: I'm currently waiting for Feedly to give me a developer ID so I can make this extension smaller, quicker and safer. The work is already done, but Feedly is beeing a bit slow with processing my request. Once I've received this ID, expect a big update coming! Also, regarding the "grey icon"-bug, I appologize for the inconvenience, I just got caught up in work and was unable to fix it until now. Bugs such as these should not happen, and especially not live for such a long period.
확장 프로그램 기본 정보
이름 | Feedly Counter |
ID | inafnanoajecodppognidcacbaghfmdd |
공식 URL | https://chromewebstore.google.com/detail/feedly-counter/inafnanoajecodppognidcacbaghfmdd |
설명 | Shows unread article count from Feedly |
파일 크기 | 12.66 KB |
설치 횟수 | 689 |
현재 버전 | 1.3.3 |
최근 업데이트 | 2014-03-24 |
출시 날짜 | 2014-03-24 |
평점 | 4.50/5 총 30 개의 평점 |
개발자 | p3lim |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/p3lim/feedly-counter |
도움말 페이지 URL | https://github.com/p3lim/feedly-counter/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedly Counter", "description": "Shows unread article count from Feedly", "version": "1.3.3", "options_page": "options.html", "icons": { "128": "\/icons\/icon128.png", "48": "\/icons\/icon48.png" }, "permissions": [ "tabs", "webRequest", "alarms", "notifications", "*:\/\/*.feedly.com\/*" ], "browser_action": { "default_icon": "\/icons\/icon_disabled.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |