Reddit Check
Check if current URL is submitted on reddit. Submit link or join the discussion.
Reddit Checkคืออะไร?
Reddit Check เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hrishikesh Bakshi และคุณลักษณะหลักของมันคือ "Check if current URL is submitted on reddit. Submit link or join the discussion."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Check
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Check ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension lets you check whether the current URL you are on has been submitted to reddit. You can jump right into the discussion if the the link has already been submitted. Otherwise a "Submit this link" is provided for a link to reddit submission page. This extension will save you some time if you are about to repost a link. Also this extension is a quick way to check for reddit's comments on a blog or article. ** UPDATE 0.8 1. Cache results to reduce network overhead 2. Bug fixes: Sometimes, clicking the button opened the submission page even when there were results. ** UPDATE 0.7 UI Improvements ** UPDATE 0.6 Added Blacklist on Options page to not run Reddit Check on certain websites. For example, you may not want Reddit-Check to run on your company's internal website or your bank's website. You can add these to your blacklist. Adding "bank" will stop Reddit Check from running on any URL containing "bank". ** UPDATE 0.5 1. For youtube, check the url without '&feature=' and '&context='. Also do https + http. ** UPDATE 0.4 1. Better design 2. Show reddit post count on each tab in icon Thanks for the feedback! Source: http://github.com/hsbakshi/reddit-check Contributers: Akshay Anand (https://github.com/xaksis) (https://github.com/ggPeti) Icons: http://satedproductions.com/ Some ideas from Paul Burton (Better Reddit Check) For giving feedback or for support leave comments below.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit Check |
ID | mllceaiaedaingchlgolnfiibippgkmj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-check/mllceaiaedaingchlgolnfiibippgkmj |
คำอธิบาย | Check if current URL is submitted on reddit. Submit link or join the discussion. |
ขนาดไฟล์ | 136 KB |
จำนวนการติดตั้ง | 7,590 |
เวอร์ชันปัจจุบัน | 0.8.1 |
อัปเดตครั้งล่าสุด | 2017-05-07 |
วันที่เผยแพร่ | 2017-05-06 |
คะแนน | 4.40/5 รวมทั้งหมด 57 คะแนน |
ผู้พัฒนา | Hrishikesh Bakshi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "images\/alien19.png", "38": "images\/alien38.png" }, "default_popup": "popup.html", "default_title": "Reddited" }, "description": "Check if current URL is submitted on reddit. Submit link or join the discussion.", "options_page": "options.html", "icons": { "19": "images\/alien19.png", "32": "images\/alien32.png", "38": "images\/alien38.png", "48": "images\/alien48.png", "64": "images\/alien64.png", "128": "images\/alien128.png" }, "name": "Reddit Check", "permissions": [ "tabs", "http:\/\/www.reddit.com\/*", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.8.1" } |