Better Feedly
Feedly Cleanup
Better Feedly란 무엇입니까?
Better Feedly은(는) Monteverde에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Feedly Cleanup"입니다.
Better Feedly 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Feedly UI Cleanup - add items count on page title; - hide feeds that do not have items to be read; - hide sharing buttons; - hide pro bar features; - hide feeds right sidebar - full articles uses 100% screen size;
확장 프로그램 기본 정보
이름 | |
ID | keafhbfghgapjfejeebfmmibecpdflhg |
공식 URL | https://chrome.google.com/webstore/detail/better-feedly/keafhbfghgapjfejeebfmmibecpdflhg |
설명 | Feedly Cleanup |
파일 크기 | 11.48 KB |
설치 횟수 | 59 |
현재 버전 | 0.6.0 |
최근 업데이트 | 2017-08-07 |
출시 날짜 | 2017-08-07 |
평점 | 4.38/5 총 8 개의 평점 |
개발자 | Monteverde |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://lucasmonteverde.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Feedly", "description": "Feedly Cleanup", "version": "0.6.0", "manifest_version": 2, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.feedly.com\/*", "*:\/\/feedly.com\/*" ], "js": [ "feedly.js" ], "css": [ "style.css" ], "run_at": "document_end" } ] } |