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
官方網址 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"
    }
}