Feedly Subscribe Button

Easily Subscribe RSS and Atom Feeds to Feedly.

Feedly Subscribe Buttonคืออะไร?

Feedly Subscribe Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Easily Subscribe RSS and Atom Feeds to Feedly."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Feedly Subscribe Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Works only on the pages offering RSS or Atom feeds. Click its toolbar button, which takes you to the Feedly.com with the option to subscribe that feed.

Created by BrowserNative, Not created by or affiliated with Feedly.                    

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

ชื่อ Feedly Subscribe Button Feedly Subscribe Button
ID gbbnddjfcllebfcnihfgmdplgaiejepc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc
คำอธิบาย Easily Subscribe RSS and Atom Feeds to Feedly.
ขนาดไฟล์ 20.75 KB
จำนวนการติดตั้ง 11,047
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-11-06
วันที่เผยแพร่ 2017-08-12
คะแนน 4.58/5 รวมทั้งหมด 84 คะแนน
ผู้พัฒนา BrowserNative
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://browsernative.com/feedly-chrome-extension/
URL หน้าช่วยเหลือ http://browsernative.com/feedly-chrome-extension/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        },
        "default_title": "Subscribe",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/sniff_common.js",
                "js\/doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/sniff_common.js",
                "js\/feed_finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Easily Subscribe RSS and Atom Feeds to Feedly.",
    "homepage_url": "https:\/\/browsernative.com\/feedly-chrome-extension\/",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Feedly Subscribe Button",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "storage"
    ]
}