RSS Reader - Swipe my feed now

News swipe|RSS reader

RSS Reader - Swipe my feed now란 무엇입니까?

RSS Reader - Swipe my feed now은(는) https://quaster.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "News swipe|RSS reader"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

RSS Reader - Swipe my feed now 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Discover the RSS feeds available on the current page with just a  click on the toolbar and read live articles as swipe and flip cards.
How it works? Swipe my feed NOW © will check if the current page itself is an RSS feed and open the swipe reader in that case, otherwise it will start a bot to lookup for RSS on the current website and bring a list. Once the list of RSS feed links is returned, you can open the swipe reader of the feed of your choice.
Why is Swipe my feed NOW © different from other RSS feed readers?
-SWING WITH SWIPE AND FLIP
Forget old interfaces and swipe items into cards with your finger or you mouse. Instantly throw away what you don't like. Tap or click the card to flip it over and read the details and then access the author's website only if you like it.
-REAL TIME READING
 Don’t let other decide what’s good to read for you. While traditional RSS readers notify upon arrival of a new item, Swipe my feed NOW © rely on "agility". The reader get you read faster thanks to the swipe so you can read more frequently. It's You who make the news!
-A REAL "FREE"
There are a plethora of RSS readers that pretend to be "Free". But you often register or install an extension to discover that interesting features are actually paid! The Swipe my feed NOW © RSS feed reader is completely free.
-NO ADVERTISING
Some RSS readers do not hesitate to blackmail: either you pay or you have advertising! The Swipe my feed NOW © RSS feed reader is ad-free. Note: the reading of the complete articles is done on the authors' website; the latter can impose advertising on their site.
-NO REGISTRATION, NO SPYING
Access to RSS feeds is anonymous and immediate, it does not require any registration. Note: the reading of the complete articles is done on the authors' website and depending upon their Terms and Conditions, they can impose a registration and paid services.
Note: Swipe my feed NOW © uses an external website as a viewer: News on the Web © (https://news-on-the-web.com), by the same author, another RSS reader without ads, free and without spying (anonymous).
-OPTIMIZED FOR TOUCH SCREEN DEVICES
The News on the Web © RSS feed reader works fine on a desktop computer with a mouse but is optimized to provide the best user experience on touch screen devices.
-BONUS
Share your favorite feeds! Share on social networks or mail, or with yourself to read your favorite feed on your phone.

If you have any feedback, bugs or issues, please use the QUASTER SASU contact page: https://quaster.fr/#contact . Do not hesitate to share if a RSS feed is not recognize as such, this may happen sometime.
This extension was developed and is maintained with ♥.                    

확장 프로그램 기본 정보

이름 RSS Reader - Swipe my feed now RSS Reader - Swipe my feed now
ID pbldkhggebfbpfdffijocicanpkibokh
공식 URL https://chromewebstore.google.com/detail/rss-reader-swipe-my-feed/pbldkhggebfbpfdffijocicanpkibokh
설명 News swipe|RSS reader
파일 크기 172 KB
설치 횟수 67
현재 버전 1.2
최근 업데이트 2022-03-15
출시 날짜 2022-03-09
평점 5.00/5 총 1 개의 평점
개발자 https://quaster.fr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://news-on-the-web.com/us/
도움말 페이지 URL https://quaster.fr/#contact
개인정보 보호 정책 페이지 URL https://news-on-the-web.com/privacy-ext-chrome
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/news-on-the-web-16x16.png",
            "32": "\/img\/news-on-the-web-32x32.png",
            "48": "\/img\/news-on-the-web-48x48.png",
            "128": "\/img\/news-on-the-web-128x128.png",
            "144": "\/img\/news-on-the-web-144x144.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "\/img\/news-on-the-web-16x16.png",
        "32": "\/img\/news-on-the-web-32x32.png",
        "48": "\/img\/news-on-the-web-48x48.png",
        "128": "\/img\/news-on-the-web-128x128.png",
        "144": "\/img\/news-on-the-web-144x144.png"
    }
}