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? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Posted To Reddit Or Not?

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}