Auto Open Links
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…
Auto Open Linksคืออะไร?
Auto Open Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vvveleva และคุณลักษณะหลักของมันคือ "Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Open Links
ดาวน์โหลดไฟล์ส่วนขยาย Auto Open Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will open the first link on google in a new tab ctrl + shift + 7 : will open the first 7 links on google in a new tab If you run into any bugs, please report them at [email protected]. Thanks!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | coiapeoijgdcanenjddgdgcepejabljl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl |
คำอธิบาย | Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will… |
ขนาดไฟล์ | 39.57 KB |
จำนวนการติดตั้ง | 154 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-09-12 |
วันที่เผยแพร่ | 2015-09-12 |
คะแนน | 3.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | vvveleva |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Open Links", "version": "1.1", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*" ], "js": [ "auto_open_links.js" ] } ], "web_accessible_resources": [ "auto_open_links.js" ] } |