Erinome RSS Detector

RSS Detector for Erinome RSS extension.

Erinome RSS Detectorคืออะไร?

Erinome RSS Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erinome และคุณลักษณะหลักของมันคือ "RSS Detector for Erinome RSS extension."

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

screenshot

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

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

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

                        This extension helps to determine whether there are RSS feeds on pages you visit and what their URLs are. It is useful for setting up Erinome RSS reader extension, where you would need to know the addresses of your feeds to add them for the first time.                    

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

ชื่อ Erinome RSS Detector Erinome RSS Detector
ID ebopppnmnflknmniiaggblaekaahmohl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/erinome-rss-detector/ebopppnmnflknmniiaggblaekaahmohl
คำอธิบาย RSS Detector for Erinome RSS extension.
ขนาดไฟล์ 24.82 KB
จำนวนการติดตั้ง 480
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-06-09
วันที่เผยแพร่ 2018-06-09
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Erinome
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Erinome RSS Detector",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/detector_scan.js"
            ]
        }
    ],
    "description": "RSS Detector for Erinome RSS extension.",
    "manifest_version": 2,
    "version": "1.0.2",
    "background": {
        "scripts": [
            "scripts\/detector_bg.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "RSS",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    }
}