Redditlist Links To Redditp

Adds a direct link to the redditp of each subreddit listed on redditlist.

什麼是Redditlist Links To Redditp?

Redditlist Links To Redditp是由jtara1開發的Chrome擴展程式,該擴展的主要功能是“Adds a direct link to the redditp of each subreddit listed on redditlist.”。

擴展截圖

screenshot

下載Redditlist Links To Redditp擴展crx文件

下載Redditlist Links To Redditp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you use redditp and redditlist? Well, now you can use redditlist and have a link available to be taken directly to the subreddit on redditp.

Open source is available at https://github.com/jtara1/RedditlistLinksRedditp                    

擴展基本資訊

名稱 Redditlist Links To Redditp Redditlist Links To Redditp
ID mmigkdbiljoilnfileghbggjencmkife
官方網址 https://chromewebstore.google.com/detail/redditlist-links-to-reddi/mmigkdbiljoilnfileghbggjencmkife
簡介 Adds a direct link to the redditp of each subreddit listed on redditlist.
檔案大小 7.48 KB
安裝次數 23
目前版本 0.1
更新時間 2017-12-14
上架時間 2017-12-14
評分 5.00/5 共 2 次評分
開發者 jtara1
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/jtara1/RedditlistLinksRedditp
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redditlist Links To Redditp",
    "version": "0.1",
    "icons": [],
    "description": "Adds a direct link to the redditp of each subreddit listed on redditlist.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/redditlist.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}