Open Selected URLs In New Tabs Context Menu
Open Selected URLs In New Tabs Context Menu
Open Selected URLs In New Tabs Context Menuคืออะไร?
Open Selected URLs In New Tabs Context Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย budajeff และคุณลักษณะหลักของมันคือ "Open Selected URLs In New Tabs Context Menu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Selected URLs In New Tabs Context Menu
ดาวน์โหลดไฟล์ส่วนขยาย Open Selected URLs In New Tabs Context Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A right-click context menu item that opens every URL in the selected text in a new browser tab
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open Selected URLs In New Tabs Context Menu |
ID | kedjenkbifoahbkaopeeajelknppcjfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-selected-urls-in-new/kedjenkbifoahbkaopeeajelknppcjfk |
คำอธิบาย | Open Selected URLs In New Tabs Context Menu |
ขนาดไฟล์ | 6.12 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-01-18 |
วันที่เผยแพร่ | 2020-01-18 |
ผู้พัฒนา | budajeff |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.1", "manifest_version": 2, "description": "__MSG_extDesc__", "icons": { "128": "icon128.png" }, "browser_action": { "default_title": "" }, "background": { "persistent": false, "scripts": [ "background.js", "contentScript.js" ] }, "default_locale": "en", "permissions": [ "contextMenus", "activeTab", " |