Flash RSS Feed
Minimal custom feeds in every new tab.
Flash RSS Feed란 무엇입니까?
Flash RSS Feed은(는) Giuseppe Barbalinardo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimal custom feeds in every new tab."입니다.
확장 프로그램 스크린샷
Flash RSS Feed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Flash RSS Feed gives you a news from your RSS selection at every new tab. Using a minimal effective flashcard design, this extension allows you to use the dead time while you write in your search bar to show the latest updates from the world in the background. If you want to dig into the article shown more, explore it, with just one click. Subscribe to the rss feed you like and keep yourself up-to-date. As easy as that with Flash RSS Feed.
확장 프로그램 기본 정보
이름 | Flash RSS Feed |
ID | dphnchgfmahcanlodghiejglcgajklma |
공식 URL | https://chromewebstore.google.com/detail/flash-rss-feed/dphnchgfmahcanlodghiejglcgajklma |
설명 | Minimal custom feeds in every new tab. |
파일 크기 | 666 KB |
설치 횟수 | 23 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-12-31 |
출시 날짜 | 2016-12-31 |
개발자 | Giuseppe Barbalinardo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flash RSS Feed", "version": "1.0.1", "description": "Minimal custom feeds in every new tab.", "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "homepage_url": "http:\/\/giuseppe.barbalinardo.com" } |