FeedlyTool

A small tool for Feedly

ما هو FeedlyTool؟

FeedlyTool هو إضافة Chrome تم تطويرها بواسطة kik0220، والميزة الرئيسية لها هي "A small tool for Feedly".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة FeedlyTool

قم بتنزيل ملفات الامتداد FeedlyTool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/*"
    ]
}