SnipRSS
Quickly create RSS feeds straight from web pages
什麼是SnipRSS?
SnipRSS是由https://sniprss.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly create RSS feeds straight from web pages”。
擴展截圖
下載SnipRSS擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | epjpckipgaokjlibmahggjgpeealngad |
| 官方網址 | 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\/*"
]
} | |