Reddit New Tab
Replaces New Tab instances with a post from Sub-Reddits of your choice.
Reddit New Tabคืออะไร?
Reddit New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ankit Sultana และคุณลักษณะหลักของมันคือ "Replaces New Tab instances with a post from Sub-Reddits of your choice."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Reddit New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Top Posts for the past 24 hours from the Sub Reddits you have subscribed are taken. You can choose the subreddits by entering their url on the options page. See the screenshots for more information Changelog: * v2.3.4: Fix bug where the last category was never selected * v2.3.3: Remove scroll bar on options page * v2.3.2: Now you can click on the content to open the link * v2.3.1 : Fixed bug that caused previous button to keep showing on refreshing Author: Ankit Sultana
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit New Tab |
ID | gkobcdoenbilkdahndhmcdjbofoldfcd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-new-tab/gkobcdoenbilkdahndhmcdjbofoldfcd |
คำอธิบาย | Replaces New Tab instances with a post from Sub-Reddits of your choice. |
ขนาดไฟล์ | 408 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 2.3.4 |
อัปเดตครั้งล่าสุด | 2016-10-12 |
วันที่เผยแพร่ | 2016-10-12 |
คะแนน | 4.90/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Ankit Sultana |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bk2dcradle/reddit-new-tab |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit New Tab", "description": "Replaces New Tab instances with a post from Sub-Reddits of your choice.", "version": "2.3.4", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "\/images\/icons\/reddit16.png", "48": "\/images\/icons\/reddit48.png", "128": "\/images\/icons\/reddit128.png" }, "permissions": [ "https:\/\/www.reddit.com\/*", "storage" ], "manifest_version": 2, "options_page": "options.html" } |