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 |
| 电子邮箱 | [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"
]
}
]
} | |