Shoyu RSS/Atom Feed Updates
Simple feed updater.
Shoyu RSS/Atom Feed Updates란 무엇입니까?
Shoyu RSS/Atom Feed Updates은(는) cmacgreg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple feed updater."입니다.
확장 프로그램 스크린샷
Shoyu RSS/Atom Feed Updates 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* Check RSS and Atom feeds for updates, on-demand, within Chrome * View feeds with a compatible RSS preview extension (available separately) * Manage feeds with the standard Chrome bookmark manager "Shoyu Feed Updates" is a FAST, easy way to keep up to date with your favorite feeds without using an online reader service; you might like it if you: * don't check hundreds of feeds * don't want feeds to look like e-mail * do miss the "Sage RSS" extension from Firefox Recent changes: * Nothing, other than manifest version 2 support * but, hopefully some major improvements very soon! Chrome has no built-in facility for feed detection, preview, or subscriptions; we recommend the original "Google RSS Subscription Extension" or our own "Shoyu Feed Preview", available at: https://chrome.google.com/extensions/detail/ilicaedjojicckapfpfdoakbehjpfkah
확장 프로그램 기본 정보
이름 | |
ID | opnimlbiokbgomihhpobbgnlfolgdada |
공식 URL | https://chrome.google.com/webstore/detail/shoyu-rssatom-feed-update/opnimlbiokbgomihhpobbgnlfolgdada |
설명 | Simple feed updater. |
파일 크기 | 33.36 KB |
설치 횟수 | 396 |
현재 버전 | 1.0.4.5 |
최근 업데이트 | 2013-07-06 |
출시 날짜 | 2013-07-06 |
평점 | 4.31/5 총 13 개의 평점 |
개발자 | cmacgreg |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://code.google.com/p/shoyu/ |
도움말 페이지 URL | http://twitter.com/cmacgreg |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "us.js" ], "persistent": true }, "browser_action": { "default_icon": "shoyu-icon-128x128.png", "default_title": "Feeds", "default_popup": "popup.html" }, "description": "Simple feed updater.", "icons": { "128": "shoyu-icon-128x128-no-unread.png" }, "name": "Shoyu RSS\/Atom Feed Updates", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "bookmarks", "tabs" ], "version": "1.0.4.5", "manifest_version": 2 } |