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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Posted To Reddit Or Not? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}