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 |
| Eメール | [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\/*"
]
} | |