feedly shortcuts
This extension supplies shortcuts adjusting font-size and width of feed content for feedly
feedly shortcuts란 무엇입니까?
feedly shortcuts은(는) jeffsun.tj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension supplies shortcuts adjusting font-size and width of feed content for feedly"입니다.
확장 프로그램 스크린샷
feedly shortcuts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
three supplementary shortcuts for feedly this extension makes feedly more similar to google reader =/- zoom in/out the font size in the opening article +/_ widen/narrow the content any suggestion is welcome 1.1.7 add meta tag specifying 'no-referrer' policy 1.1.6 minor fix for image style 1.1.5 adapte to latest feedly.com centrailize images in feed 1.1.4 some minor fixes 1.1.3 fix permissions be able to adjust font size of within html tag other thanbe able to adjust content width of rss feed (use _/+) a usable popup window 1.1.2 support https connection 1.1.1 update for new url of feedly make content centerlized in feedly
확장 프로그램 기본 정보
이름 | feedly shortcuts |
ID | ljfabpoffmgadjjfokkemmnamloihbco |
공식 URL | https://chromewebstore.google.com/detail/feedly-shortcuts/ljfabpoffmgadjjfokkemmnamloihbco |
설명 | This extension supplies shortcuts adjusting font-size and width of feed content for feedly |
파일 크기 | 27.27 KB |
설치 횟수 | 55 |
현재 버전 | 1.1.7 |
최근 업데이트 | 2019-06-19 |
출시 날짜 | 2019-06-19 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | jeffsun.tj |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "feedly shortcuts", "description": "This extension supplies shortcuts adjusting font-size and width of feed content for feedly", "version": "1.1.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "js": [ "feedly_injector.js" ] } ], "permissions": [ "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" } } |