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ファイルをダウンロード
Feedly Mini拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |