Linefeed

A personal start page for displaying RSS and Atom feed headlines

Linefeed란 무엇입니까?

Linefeed은(는) codifier에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A personal start page for displaying RSS and Atom feed headlines"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Linefeed 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Linefeed is a personal start page that let's you display the headlines of your favorite RSS and Atom feeds in an organized fashion.

Features:
• Easily organize your feeds in tabs and columns, by dragging and dropping them.
• Subscribe to new feeds by dragging and dropping feed links or by entering feed links manually.
• Discover feeds in web pages you are visiting and be notified of them through Linefeed's browser toolbar icon.
• Automatically display feeds if you happen to directly visit a feed's XML-page, so you can subscribe to them.
• Backup and restore Linefeed data or exchange data with other feed readers, by importing or exporting OPML files.
• The tabs can be displayed horizontally or vertically, in the corner of your choice.
• Customize a feed's title and its link if they are not to your liking.
• Choose the number of columns per tab or extension-wide.
• Choose the number of headlines to show per feed, per tab or extension-wide.
• Choose between wrapping or not wrapping feed headlines per feed, per tab or extension-wide.
• Choose to show icons per feed, per tab or extension-wide.
• Choose a foreground color that suits you best.
• Choose a font size that suits you best.

Currently available translations:
• English (US)
• Dutch (NL)
• Italian (IT) provided by Michele Pezza (https://github.com/MichelePezza)

Current limitations:
• There's no scrolling mechanism for tab bar overflow yet. If you create more tabs than your screen size can show, you can't currently scroll through them.
• There's no option to choose a background color yet.

Changes since 0.0.9.2:
New:
• Show dimmed italic "untitled" placeholder to indicate feed has no title.
• Added setting to show default icon for missing feed icons.
• Minor copy changes.
Fixed:
• RSS feeds with version 0.9 were not recognized and could therefore not be read.
• Bottom padding for scrollable settings dialog was not showing in Firefox.
• Special characters, such as the ampersand, in tab names where unnecessarily encoded as html entities and prevented those pages from being selected.
• Reverted previous mentioned incorrect special characters fix and fixed it properly.
• Force text/xml Content-Type when loading feeds, because some servers incorrectly set text/html Content-Type for feeds.
• Improved feed detection with aforementioned misconfigured servers.
Translations:
• [UPDATED] Italian translation provided by Michele Pezza (https://github.com/MichelePezza).

Permissions justification:
• tabs
Needed to open Linefeed in a browser tab and to replace a feed's XML page with Linefeed, when Linefeed is configured to subscribe to feeds.
• storage
Needed to save your Linefeed tabs, feeds and settings.
• unlimitedStorage
Needed to save an unlimited amount of your Linefeed tabs, feeds and settings.
• downloads
Needed to show a "Save as..." dialog when exporting Linefeed data to an OPML file.
• webRequest
Needed to discover feeds on visited pages.
• webRequestBlocking
Needed to replace a feed's XML page with Linefeed, when Linefeed is configured to subscribe to feeds.
• Hosts / 
Needed to discover feeds on visited pages.                    

확장 프로그램 기본 정보

이름 Linefeed Linefeed
ID icapihihmjfdhepemmpcmcndhackkpeg
공식 URL https://chromewebstore.google.com/detail/linefeed/icapihihmjfdhepemmpcmcndhackkpeg
설명 A personal start page for displaying RSS and Atom feed headlines
파일 크기 97.01 KB
설치 횟수 29
현재 버전 0.0.10.9
최근 업데이트 2020-12-22
출시 날짜 2020-09-13
개발자 codifier
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://extensions.codifier.nl/linefeed/
지원되는 언어 en,nl,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "0.0.10.9",
    "author": "Codifier",
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/assets\/js\/constants.js",
            "\/assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "\/assets\/js\/util.js",
                "\/assets\/js\/constants.js",
                "\/assets\/components\/Linefeed\/js\/FeedParser.js",
                "\/assets\/components\/Linefeed\/js\/FeedDiscoverer.js",
                "\/assets\/js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "browser_style": false,
        "default_title": "__MSG_extension_name__",
        "default_icon": {
            "12": "\/assets\/img\/icon-12.png",
            "16": "\/assets\/img\/icon-16.png",
            "19": "\/assets\/img\/icon-19.png",
            "32": "\/assets\/img\/icon-32.png",
            "38": "\/assets\/img\/icon-38.png",
            "48": "\/assets\/img\/icon-48.png",
            "64": "\/assets\/img\/icon-64.png",
            "80": "\/assets\/img\/icon-80.png",
            "96": "\/assets\/img\/icon-96.png",
            "112": "\/assets\/img\/icon-112.png",
            "128": "\/assets\/img\/icon-128.png",
            "256": "\/assets\/img\/icon-256.png",
            "512": "\/assets\/img\/icon-512.png"
        }
    },
    "icons": {
        "12": "\/assets\/img\/icon-12.png",
        "16": "\/assets\/img\/icon-16.png",
        "19": "\/assets\/img\/icon-19.png",
        "32": "\/assets\/img\/icon-32.png",
        "38": "\/assets\/img\/icon-38.png",
        "48": "\/assets\/img\/icon-48.png",
        "64": "\/assets\/img\/icon-64.png",
        "80": "\/assets\/img\/icon-80.png",
        "96": "\/assets\/img\/icon-96.png",
        "112": "\/assets\/img\/icon-112.png",
        "128": "\/assets\/img\/icon-128.png",
        "256": "\/assets\/img\/icon-256.png",
        "512": "\/assets\/img\/icon-512.png"
    },
    "commands": {
        "add-feed": {
            "suggested_key": {
                "default": "Ctrl+Insert"
            },
            "description": "__MSG_command_add_feed__"
        },
        "add-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+Insert"
            },
            "description": "__MSG_command_add_tab__"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}