Posted To Reddit Or Not?

Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…

什么是Posted To Reddit Or Not??

Posted To Reddit Or Not?是由john.horner开发的Chrome扩展程序,该扩展的主要功能是“Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…”。

扩展截图

screenshot

下载Posted To Reddit Or Not?扩展crx文件

下载Posted To Reddit Or Not?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.

Version 0.5: some columns sortable..
Version 0.4: fixed date bug, internal improvements.
Version 0.3: improved icons, reduced permissions.                    

扩展基本信息

名称 Posted To Reddit Or Not? Posted To Reddit Or Not?
ID nmafodiagdiddoekbldmmomihgncfone
官方URL https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone
简介 Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
文件大小 24.01 KB
安装次数 64
当前版本 0.5
更新时间 2016-11-08
上架时间 2016-11-08
评分 5.00/5 共2次评分
开发者 john.horner
电子邮箱 [email protected]
付费类型 free
扩展官网 http://johnhorner.info/posted-to-reddit-or-not/
帮助页面URL http://johnhorner.info/posted-to-reddit-or-not/
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "short_name": "postedToRedditOrNot",
    "name": "Posted To Reddit Or Not?",
    "version": "0.5",
    "content_security_policy": "script-src 'self' https:\/\/www.reddit.com; object-src 'self'",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}