Open Custom URL
Open custom URL or local file path in a popup or tab.
Open Custom URLคืออะไร?
Open Custom URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย publisher และคุณลักษณะหลักของมันคือ "Open custom URL or local file path in a popup or tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Custom URL
ดาวน์โหลดไฟล์ส่วนขยาย Open Custom URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Set any website URL and open it in a popup or tab with just one click!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open Custom URL |
ID | ljhdepmipigadellfdggnlphmfebnnbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp |
คำอธิบาย | Open custom URL or local file path in a popup or tab. |
ขนาดไฟล์ | 32.18 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-05-10 |
วันที่เผยแพร่ | 2017-05-09 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | publisher |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Custom URL", "description": "Open custom URL or local file path in a popup or tab.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.0", "options_page": "options.html", "browser_action": [], "background": { "scripts": [ "js\/popup.js" ] } } |