Feedly Mini
Easily add content to your Feedly while browsing
Feedly Mini란 무엇입니까?
Feedly Mini은(는) https://feedly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily add content to your Feedly while browsing"입니다.
확장 프로그램 스크린샷
Feedly Mini 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Feedly users rely on the Mini extension to quickly add new RSS sources to their feeds and save essential articles to their boards. This extension is the official extension from Feedly. It is created and maintained by the Feedly dev team. In version 50, if you have access to the annotation features, you will be able to add a note to the article you are saving to your boards. If you are part of the enterprise plan and have connected your account with Slack, you will be able to mention a teammate or a Slack channel directly in this extension and quickly notify your teammates. Privacy by default: We believe that you should own and control all your personal information. Feedly is a secure space where you can privately organize and research the topics and trends that matter to you. This extension is only activated when you click on the button to follow an RSS feed or save an article to a board. It does not have access to any other activity or personal information. This extension and the Feedly Web App share an authentication cookie so that they sync with the same account. You can learn more about privacy and personal information here: https://feedly.com/i/legal/privacy https://feedly.com/i/account/privacy If you need help using this extension, please contact [email protected] if you are a free user and [email protected] if you are a Pro, Pro+ or Business user Happy reading!
확장 프로그램 기본 정보
이름 | Feedly Mini |
ID | ndhinffkekpekljifjkkkkkhopnjodja |
공식 URL | https://chromewebstore.google.com/detail/feedly-mini/ndhinffkekpekljifjkkkkkhopnjodja |
설명 | Easily add content to your Feedly while browsing |
파일 크기 | 2.66 MB |
설치 횟수 | 162,304 |
현재 버전 | 53 |
최근 업데이트 | 2022-01-27 |
출시 날짜 | 2019-04-14 |
평점 | 4.76/5 총 23379 개의 평점 |
개발자 | https://feedly.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://feedly.com |
도움말 페이지 URL | https://blog.feedly.com/feedly-mini-for-chrome-gets-smarter-in-version-5/ |
개인정보 보호 정책 페이지 URL | https://feedly.com/i/legal/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedly Mini", "description": "Easily add content to your Feedly while browsing", "author": "Feedly", "version": "53", "manifest_version": 2, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_icon": { "19": "19x19.png", "38": "[email protected]" }, "default_title": "Feedly Mini", "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "*:\/\/feedly.com\/" ], "web_accessible_resources": [ "128x128.png" ], "content_scripts": [ { "matches": [ "https:\/\/feedly.com\/*" ], "js": [ "inject-bundle.js" ] } ] } |