RSS Finder
RSS finder
RSS Finderคืออะไร?
RSS Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mira.luzhanova และคุณลักษณะหลักของมันคือ "RSS finder"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSS Finder
ดาวน์โหลดไฟล์ส่วนขยาย RSS Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension finds and shows to you RSS feeds, if they are present on page. You can copy the link and add it to your favorite RSS reader (share button planned in the further version). If RSS feed doesn't exist on the page, extension shows notification. Simple and useful.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdjocoacgphmbihenkkgaackgkjlfncp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rss-finder/cdjocoacgphmbihenkkgaackgkjlfncp |
คำอธิบาย | RSS finder |
ขนาดไฟล์ | 57.65 KB |
จำนวนการติดตั้ง | 6,000 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2017-12-05 |
วันที่เผยแพร่ | 2017-12-05 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | mira.luzhanova |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "images\/32.png", "default_popup": "popup.html" }, "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+A" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "RSS Finder", "minimum_chrome_version": "50.0.0.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0" } |