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
官方URL 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"
            ]
        }
    ]
}