Feedly Subscriber
One-click subscribe with Feedly
Feedly Subscriber란 무엇입니까?
Feedly Subscriber은(는) p3lim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click subscribe with Feedly"입니다.
확장 프로그램 스크린샷
Feedly Subscriber 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Feedly Subscriber is a Chrome extension for Feedly, which allows you to easily add new feeds, one click away! I made this as a superior alternative to Google's RSS subscription extension, specifically for Feedly. Also, see my Feedly Counter extension: http://bit.ly/feedly-counter
확장 프로그램 기본 정보
이름 | Feedly Subscriber |
ID | kflhgnleiaemnemmnbfndohdoabfnock |
공식 URL | https://chromewebstore.google.com/detail/feedly-subscriber/kflhgnleiaemnemmnbfndohdoabfnock |
설명 | One-click subscribe with Feedly |
파일 크기 | 9.66 KB |
설치 횟수 | 429 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2015-01-30 |
출시 날짜 | 2015-01-30 |
평점 | 4.55/5 총 20 개의 평점 |
개발자 | p3lim |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/p3lim/feedly-subscriber |
도움말 페이지 URL | https://github.com/p3lim/feedly-subscriber/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedly Subscriber", "description": "One-click subscribe with Feedly", "version": "1.1.0", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/sniffer.js" ] } ], "page_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ] } } |