Google Search Result Url Shortener
Cut the needless parameters in Google search result url.
Google Search Result Url Shortenerคืออะไร?
Google Search Result Url Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย k.bigwheel (Kazufumi Nishida) และคุณลักษณะหลักของมันคือ "Cut the needless parameters in Google search result url."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Search Result Url Shortener
ดาวน์โหลดไฟล์ส่วนขยาย Google Search Result Url Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cut the needless parameters in Google search result url. github: https://github.com/bigwheel/google-search-result-url-shortener
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Search Result Url Shortener |
ID | coigfbofeliglgkjaopaalfagoapncef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-search-result-url/coigfbofeliglgkjaopaalfagoapncef |
คำอธิบาย | Cut the needless parameters in Google search result url. |
ขนาดไฟล์ | 13.22 KB |
จำนวนการติดตั้ง | 298 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2012-08-11 |
วันที่เผยแพร่ | 2012-08-10 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | k.bigwheel (Kazufumi Nishida) |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Result Url Shortener", "version": "1.1.1", "manifest_version": 2, "description": "Cut the needless parameters in Google search result url.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "page_action": { "default_icon": "icon48.png", "default_title": "Cut the needless parameters in Google search result url." } } |