URL Auto Splicer
Redirect you to self-constructed URL instantly with context selection
URL Auto Splicerคืออะไร?
URL Auto Splicer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย crispgm และคุณลักษณะหลักของมันคือ "Redirect you to self-constructed URL instantly with context selection"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Auto Splicer
ดาวน์โหลดไฟล์ส่วนขยาย URL Auto Splicer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
URLAutoSplicer is a simple Chrome Extension, which redirects you to self-constructed URL instantly with context selection. It is now in beta! You may report issues in https://github.com/URLAutoRedirector/URLAutoSplicer/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | URL Auto Splicer |
ID | kmlnjaeipdljbegfnfofknfaeojgojgm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/url-auto-splicer/kmlnjaeipdljbegfnfofknfaeojgojgm |
คำอธิบาย | Redirect you to self-constructed URL instantly with context selection |
ขนาดไฟล์ | 62.81 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.0.0 beta2 |
อัปเดตครั้งล่าสุด | 2017-10-21 |
วันที่เผยแพร่ | 2017-10-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | crispgm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://urlautoredirector.github.io/URLAutoSplicer/ |
URL หน้าช่วยเหลือ | https://github.com/URLAutoRedirector/URLAutoSplicer/issues |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Auto Splicer", "short_name": "URLAutoSplicer", "version": "1.0.2", "version_name": "1.0.0 beta2", "description": "__MSG_ext_description__", "author": "David Zhang", "homepage_url": "https:\/\/urlautoredirector.github.io\/URLAutoSplicer\/", "options_page": "options.html", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png" }, "permissions": [ "contextMenus", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com; object-src 'self'", "default_locale": "en", "manifest_version": 2 } |