Reddit Faster
Reddit Faster lets you open a subreddit just by typing its name, search Reddit straight from your address bar, and more.
Reddit Fasterคืออะไร?
Reddit Faster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dimaba และคุณลักษณะหลักของมันคือ "Reddit Faster lets you open a subreddit just by typing its name, search Reddit straight from your address bar, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Faster
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Faster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Reddit Faster lets you open a subreddit just by typing its name. To use, type 'rdd' in the address bar to activate Reddit Faster. Then, simply type the subreddit's name and press enter. That's all! Main features: - One-step navigation to any subreddit or multireddit - Search all of Reddit straight from your address bar - Sort posts and access subreddit sections with simple commands Search functions Searching Reddit is easy: you simply type 'search', followed by the words you want to search for, and press enter. Do you want to search for a subreddit? Type 'search subreddits', followed by your search words. You can even search within a specific subreddit by typing the name of the subreddit, followed by 'search', followed by the words you want to search for. (In previous versions this functionality was handled using short prefixes. These will continue to work. For a list of prefixes see the full Readme at https://github.com/dimaba/redditfaster) Sorting posts in a subreddit Posts in a subreddit can be sorted by any of Reddit's available sorting methods ('top', 'new', 'hot', 'rising' & 'controversial'). All you have to do is type the subreddit's name, followed by the name of the sorting method. Wikis and Imgur albums Many subreddits provide a wiki which compiles a lot of useful and interesting information on the subreddit's topic. These wikis can be accessed by typing the subreddit's name, followed by 'wiki'. Similarly, any subreddit which accepts picture submissions will have an associated Imgur album. These albums can be accessed by typing the subreddit's name, followed by 'img'. A full Readme with more detail and examples is available at https://github.com/dimaba/redditfaster. New in version 1.1: - Updated to remove unnecessary tabs permission
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit Faster |
ID | nhbeokklloeajgpohmfoeknikhmmnlcb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-faster/nhbeokklloeajgpohmfoeknikhmmnlcb |
คำอธิบาย | Reddit Faster lets you open a subreddit just by typing its name, search Reddit straight from your address bar, and more. |
ขนาดไฟล์ | 20.47 KB |
จำนวนการติดตั้ง | 216 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-10-01 |
วันที่เผยแพร่ | 2015-05-12 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | dimaba |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dimaba/redditfaster |
URL หน้าช่วยเหลือ | https://github.com/dimaba/redditfaster/blob/master/README.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Faster", "short_name": "RedditFaster", "manifest_version": 2, "description": "Reddit Faster lets you open a subreddit just by typing its name, search Reddit straight from your address bar, and more.", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "rdd" }, "icons": { "16": "assets\/small_reddit_alien.png", "48": "assets\/alien48.png", "128": "assets\/alien128.png" }, "permissions": [], "offline_enabled": false } |