Feedly はてブ
はてなブックマークの情報を Feedly 上に表示します。
Feedly はてブ란 무엇입니까?
Feedly はてブ은(는) Otchy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "はてなブックマークの情報を Feedly 上に表示します。"입니다.
확장 프로그램 스크린샷
Feedly はてブ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
はてなブックマークの情報を Feedly 上に表示するエクステンションです。 Ver.2 で全面的な書き換えを行いモダンな作りになりました。 今後のバージョンでさらなる機能追加を検討しています。
확장 프로그램 기본 정보
이름 | Feedly はてブ |
ID | ggaaakgimbjhmglfoahnaoknmceipgni |
공식 URL | https://chromewebstore.google.com/detail/feedly-%E3%81%AF%E3%81%A6%E3%83%96/ggaaakgimbjhmglfoahnaoknmceipgni |
설명 | はてなブックマークの情報を Feedly 上に表示します。 |
파일 크기 | 301 KB |
설치 횟수 | 363 |
현재 버전 | 2.1.6 |
최근 업데이트 | 2023-03-10 |
출시 날짜 | 2018-03-23 |
평점 | 4.89/5 총 9 개의 평점 |
개발자 | Otchy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/otchy210/feedly-hatebu |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedly \u306f\u3066\u30d6", "version": "2.1.6", "manifest_version": 2, "description": "\u306f\u3066\u306a\u30d6\u30c3\u30af\u30de\u30fc\u30af\u306e\u60c5\u5831\u3092 Feedly \u4e0a\u306b\u8868\u793a\u3057\u307e\u3059\u3002", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Feedly \u306f\u3066\u30d6\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u958b\u304f" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/feedly.com\/i\/collection\/*", "https:\/\/feedly.com\/i\/subscription\/*" ], "js": [ "js\/content.js" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |