Lynx
Random user-submitted links.
Lynxคืออะไร?
Lynx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shout.Ninja และคุณลักษณะหลักของมันคือ "Random user-submitted links."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lynx
ดาวน์โหลดไฟล์ส่วนขยาย Lynx ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Brought to you by Shout.Ninja, Lynx is a fun way to explore the internet. Submit pages that are interesting with the press of a button and view someone else's submission with the same ease. You Spoke. We Listened. Posting links now gives a helpful message, the duplicate links are now removed, and a counter of the number of different links is located in the main popup. Annoyed by a message popping up every time you go to a new page? Not anymore. Bug fixed. Added a dankness meter for your memes. Now you can know how many times that page has already been submitted. Added a contextual right-click menu
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lynx |
ID | npmpjpaieebefmoplikkgfgogfpjdhek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lynx/npmpjpaieebefmoplikkgfgogfpjdhek |
คำอธิบาย | Random user-submitted links. |
ขนาดไฟล์ | 639 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2015-07-06 |
วันที่เผยแพร่ | 2015-07-06 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Shout.Ninja |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://shout.ninja |
URL หน้าช่วยเหลือ | http://shout.ninja |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "commands": { "ninja.shout.lynx.go": { "description": "Next Lynx Link", "suggested_key": { "default": "Ctrl+Shift+J", "mac": "Command+Shift+J" } }, "ninja.shout.lynx.submit": { "description": "Submit Page to Lynx", "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" } } }, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'", "description": "Random user-submitted links.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjowHlaSrFmwNv+H5rVDXP2kmC2XeE2UC2ZNEhdPwh08z0mL\/5LClBYvEUkCU0QLnOEMvQrANcZuDUnZ4VNxYArUlSwt+bAsr0ZWF7bqz0j\/\/XmGgcp1EfhFYu1m2uwXDiaTZT6FW8LXVRuw9xyqe1ZP8mPu3ux+LmHNU8yzZjAybdcsGg0sXf5bmehXq2GcYb+A1EWrmPmKZN2rEvOy7vbG+67jxX0UMRYzZ8IkLS3U8FGMQWWIwX\/7nnpIumqdHYyg7kBVIfuMFHG3tEzQ+uLSAF6v3LY121jp261dv1So\/KIZiuQbbJshAAgQoeiSwJJvb5xHTvFbVoKu\/ounIVwIDAQAB", "manifest_version": 2, "name": "Lynx", "permissions": [ "tabs", "background", "notifications", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.0" } |