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」です。
拡張機能のスクリーンショット
Save to Feedly Board拡張機能のCRXファイルをダウンロード
Save to Feedly Board拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |