Feedly Subscribe Button
Easily Subscribe RSS and Atom Feeds to Feedly.
Feedly Subscribe Button란 무엇입니까?
Feedly Subscribe Button은(는) BrowserNative에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily Subscribe RSS and Atom Feeds to Feedly."입니다.
확장 프로그램 스크린샷
Feedly Subscribe Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Works only on the pages offering RSS or Atom feeds. Click its toolbar button, which takes you to the Feedly.com with the option to subscribe that feed. Created by BrowserNative, Not created by or affiliated with Feedly.
확장 프로그램 기본 정보
이름 | Feedly Subscribe Button |
ID | gbbnddjfcllebfcnihfgmdplgaiejepc |
공식 URL | https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc |
설명 | Easily Subscribe RSS and Atom Feeds to Feedly. |
파일 크기 | 20.75 KB |
설치 횟수 | 11,047 |
현재 버전 | 1.3 |
최근 업데이트 | 2023-11-06 |
출시 날짜 | 2017-08-12 |
평점 | 4.58/5 총 84 개의 평점 |
개발자 | BrowserNative |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://browsernative.com/feedly-chrome-extension/ |
도움말 페이지 URL | http://browsernative.com/feedly-chrome-extension/ |
개인정보 보호 정책 페이지 URL | https://browsernative.com/extensions-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_title": "Subscribe", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/sniff_common.js", "js\/doc_start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "js": [ "js\/sniff_common.js", "js\/feed_finder.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Easily Subscribe RSS and Atom Feeds to Feedly.", "homepage_url": "https:\/\/browsernative.com\/feedly-chrome-extension\/", "icons": { "128": "img\/128.png", "48": "img\/48.png" }, "manifest_version": 2, "name": "Feedly Subscribe Button", "version": "1.3", "permissions": [ "activeTab", "storage" ] } |