Save to Feedly Board

Quickly save an article you are reading in your browser in one of your Feedly boards

Save to Feedly Board란 무엇입니까?

Save to Feedly Board은(는) https://feedly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly save an article you are reading in your browser in one of your Feedly boards"입니다.

확장 프로그램 스크린샷

screenshot

Save to Feedly Board 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly save any webpage to one of your Feedly personal or team boards. Share and shine.

This extension also allows you to collect real-time social media sharing information on the articles you read in your Feedly
 
New in 4.0:
- Loads two times faster than version 3.0
- Enhanced security and privacy                    

확장 프로그램 기본 정보

이름 Save to Feedly Board Save to Feedly Board
ID hdhblphcdjcicefneapkhmleapfaocih
공식 URL https://chromewebstore.google.com/detail/save-to-feedly-board/hdhblphcdjcicefneapkhmleapfaocih
설명 Quickly save an article you are reading in your browser in one of your Feedly boards
파일 크기 1.59 MB
설치 횟수 10,000
현재 버전 4.0.1
최근 업데이트 2019-04-12
출시 날짜 2019-04-12
평점 3.73/5 총 55 개의 평점
개발자 https://feedly.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://feedly.com
도움말 페이지 URL https://blog.feedly.com
개인정보 보호 정책 페이지 URL https://feedly.com/i/legal/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Feedly Board",
    "description": "Quickly save an article you are reading in your browser in one of your Feedly boards",
    "author": "Feedly",
    "version": "4.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "background-bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "19x19.png",
            "38": "[email protected]"
        },
        "default_title": "Save to Feedly Board",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/",
        "https:\/\/graph.facebook.com\/*"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/*"
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ]
}