FeedlyTool

A small tool for Feedly

FeedlyToolคืออะไร?

FeedlyTool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kik0220 และคุณลักษณะหลักของมันคือ "A small tool for Feedly"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FeedlyTool

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FeedlyTool FeedlyTool
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\/*"
    ]
}