RSS Finder
RSS finder
RSS Finderとは何ですか?
RSS Finderはmira.luzhanovaによって開発されたChromeの拡張機能で、その主な機能は「RSS finder」です。
拡張機能のスクリーンショット
RSS Finder拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } |