Feedbin.me
Subscribe to RSS and Atom news feeds with Feedbin.
Feedbin.me란 무엇입니까?
Feedbin.me은(는) https://sites.google.com/site/haroldmartin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Subscribe to RSS and Atom news feeds with Feedbin."입니다.
확장 프로그램 스크린샷
Feedbin.me 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Detect site feeds and subscribe to them in Feedbin.me from the omnibar. Based on Google's RSS Subscription Extension https://github.com/hbmartin/chrome-feedbin
확장 프로그램 기본 정보
이름 | Feedbin.me |
ID | obchngnapdeffbdcaonhlobekdfeoekg |
공식 URL | https://chromewebstore.google.com/detail/feedbinme/obchngnapdeffbdcaonhlobekdfeoekg |
설명 | Subscribe to RSS and Atom news feeds with Feedbin. |
파일 크기 | 69.2 KB |
설치 횟수 | 144 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2014-09-18 |
출시 날짜 | 2014-09-18 |
평점 | 3.33/5 총 9 개의 평점 |
개발자 | https://sites.google.com/site/haroldmartin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,de,en,en-GB,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedbin.me", "description": "Subscribe to RSS and Atom news feeds with Feedbin.", "version": "1.1.1", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "sniff_common.js", "doc_start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "sniff_common.js", "feed_finder.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "manifest_version": 2, "page_action": { "default_icon": { "19": "icon\/blue.png", "38": "icon\/[email protected]" } }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |