Reddit Omnibox
Browse Reddit with the Address Bar
Reddit Omniboxคืออะไร?
Reddit Omnibox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย allemangD และคุณลักษณะหลักของมันคือ "Browse Reddit with the Address Bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Omnibox
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Omnibox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Navigate to a subreddit or user from the Omnibox, with subreddit suggestions through the Reddit api. Typing 'r chrome' navigates to /r/chrome. Specify a page with /hot, /new, etc. 'r chrome/new' navigates to /r/chrome/new. /top and /controversial can also specify a time period with /day, /all, etc. 'r chrome/top/all' navigates to /r/chrome/top?t=all Leave the subreddit name blank to navigate to the frontpage. 'r ' navigates to the frontpage, while 'r /top/all' navigates to the top frontpage posts of all time. You only have to include enough letters to specify which page to view. Typing 'r chrome/t/a' navigates to /r/chrome/top?t=all. The selected page is indicated as the first suggestion in the Omnibox, so just add more characters if it's wrong. Navigate to a particular user with 'r u/name', using similar page breakdowns as in subreddit completion. Username suggestions are gathered from the friends list. For example, 'r u/spez//c/a' navigates to /u/spez/overview?sort=controversial&t=all Respects 'include not safe for work (NSFW) search results in searches' option in Reddit user preferences.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit Omnibox |
ID | celofjdcpcgjlcicpihhlhhafalfdmdl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-omnibox/celofjdcpcgjlcicpihhlhhafalfdmdl |
คำอธิบาย | Browse Reddit with the Address Bar |
ขนาดไฟล์ | 4.58 KB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2018-12-30 |
วันที่เผยแพร่ | 2018-12-29 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | allemangD |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Omnibox", "description": "Browse Reddit with the Address Bar", "version": "1.1.3", "permissions": [ "https:\/\/www.reddit.com\/api\/search_reddit_names.json", "https:\/\/www.reddit.com\/api\/v1\/me\/friends.json" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "r" }, "manifest_version": 2 } |