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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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\/*" ] } |