FeedlyTool
A small tool for Feedly
什么是FeedlyTool?
FeedlyTool是由kik0220开发的Chrome扩展程序,该扩展的主要功能是“A small tool for Feedly”。
扩展截图
下载FeedlyTool扩展crx文件
下载FeedlyTool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features
- Fullfeed (embeded iframe)
- Mercury, DiffBot, FeedlyTool Server (get content from these services)
- Awesome styles (from userstyles.org)
- "Mark above as read" (list view only)
- Add favicon (list view only)
- Delete token and setting in option page
- Assign shortcut key 1-4 Fullfeed, Mercury, DiffBot, FeedlyTool.
Web site
https://sites.google.com/site/feedlytool
Support forum
https://groups.google.com/forum/#!forum/feedlytool-support 扩展基本信息
| 名称 | |
| ID | fednanlonchmiaiekkfgndeecpmihahg |
| 官方URL | https://chrome.google.com/webstore/detail/feedlytool/fednanlonchmiaiekkfgndeecpmihahg |
| 简介 | A small tool for Feedly |
| 文件大小 | 64.25 KB |
| 安装次数 | 1,912 |
| 当前版本 | 1.2.2 |
| 更新时间 | 2022-12-21 |
| 上架时间 | 2020-05-26 |
| 评分 | 4.20/5 共30次评分 |
| 开发者 | kik0220 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sites.google.com/site/feedlytool |
| 帮助页面URL | https://groups.google.com/forum/#!forum/feedlytool-support |
| 支持的语言 | id,de,en,fr,nl,tr,ca,es,it,lt,hu,pl,pt-BR,pt-PT,sk,sv,cs,ru,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_QUASAR_NAME__",
"short_name": "__MSG_QUASAR_NAME__",
"description": "__MSG_QUASAR_DESCRIPTION__",
"version": "1.2.2",
"manifest_version": 3,
"background": {
"service_worker": "scripts\/background.js"
},
"default_locale": "en",
"action": {
"default_title": "__MSG_QUASAR_NAME__",
"default_icon": {
"16": "images\/16.png",
"19": "images\/19.png",
"38": "images\/38.png"
}
},
"content_scripts": [
{
"css": [
"styles\/feedlyTool.css"
],
"matches": [
"*:\/\/feedly.com\/*"
],
"js": [
"scripts\/feedlyTool.js"
],
"run_at": "document_end"
}
],
"options_page": "pages\/options.html",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"tabs",
"downloads",
"storage"
],
"host_permissions": [
"https:\/\/cloud.feedly.com\/*",
"https:\/\/feedlytool-php.appspot.com\/*",
"https:\/\/feedlytool-node.appspot.com\/*",
"https:\/\/www.google.com\/*",
"https:\/\/api.diffbot.com\/*"
]
} | |