RSS Finder

RSS finder

什麼是RSS Finder?

RSS Finder是由mira.luzhanova開發的Chrome擴展程式,該擴展的主要功能是“RSS finder”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 RSS Finder RSS Finder
ID cdjocoacgphmbihenkkgaackgkjlfncp
官方網址 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"
}