SnipRSS
Quickly create RSS feeds straight from web pages
SnipRSSคืออะไร?
SnipRSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sniprss.com และคุณลักษณะหลักของมันคือ "Quickly create RSS feeds straight from web pages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SnipRSS
ดาวน์โหลดไฟล์ส่วนขยาย SnipRSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SnipRSS enables you to snip videos, podcasts, blog posts, web pages, social posts and documents from around the web into your own shareable RSS feeds.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SnipRSS |
ID | epjpckipgaokjlibmahggjgpeealngad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sniprss/epjpckipgaokjlibmahggjgpeealngad |
คำอธิบาย | Quickly create RSS feeds straight from web pages |
ขนาดไฟล์ | 29.79 KB |
จำนวนการติดตั้ง | 150 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2022-06-24 |
วันที่เผยแพร่ | 2021-08-26 |
ผู้พัฒนา | https://sniprss.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sniprss.com/ |
URL หน้าช่วยเหลือ | https://sniprss.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.redrobotstudios.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnipRSS", "description": "Quickly create RSS feeds straight from web pages", "version": "1.0.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/img\/logo.png", "32": "\/img\/logo.png", "48": "\/img\/logo.png", "128": "\/img\/logo.png" } }, "icons": { "16": "\/img\/logo.png", "32": "\/img\/logo.png", "48": "\/img\/logo.png", "128": "\/img\/logo.png" }, "host_permissions": [ "https:\/\/sniprss.com\/api\/*" ] } |