Colorable Feedly
Get Feedly colored by RSS feed sources
Colorable Feedly란 무엇입니까?
Colorable Feedly은(는) kodeout에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Feedly colored by RSS feed sources"입니다.
확장 프로그램 스크린샷
Colorable Feedly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now you can pick out RSS feeds by colors from a messy list of "Text Only" mode. Your feedback would be welcome. Please write to @codeout in Twitter or Chrome webstore. CHANGELOG v0.1.5 (2023-02-19 ) - Fix to support the latest feedly.com v0.1.4 ( 2021-09-20 ) - Fix to support the latest feedly.com v0.1.3 ( 2021-04-18 ) - Fix to support the latest feedly.com v0.1.2 ( 2017-07-17 ) - Use CRC24 to generate various color codes v0.1.1 ( 2017-02-20 ) - Bugfix to support the latest feedly.com
확장 프로그램 기본 정보
이름 | Colorable Feedly |
ID | cmjhplmpnpaknnllafgpkbadgligedbc |
공식 URL | https://chromewebstore.google.com/detail/colorable-feedly/cmjhplmpnpaknnllafgpkbadgligedbc |
설명 | Get Feedly colored by RSS feed sources |
파일 크기 | 82.25 KB |
설치 횟수 | 179 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2023-02-19 |
출시 날짜 | 2017-07-16 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | kodeout |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Colorable Feedly", "version": "0.1.5", "description": "Get Feedly colored by RSS feed sources", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "js": [ "jquery.slim.min.js", "colorable.js" ], "css": [ "colorable.css" ] } ] } |