URL Edit

Easy URL manipulation

URL Editคืออะไร?

URL Edit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dskloet และคุณลักษณะหลักของมันคือ "Easy URL manipulation"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Edit

ดาวน์โหลดไฟล์ส่วนขยาย URL Edit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easy URL editing with a separate line and automatic decoding/encoding for each URL parameter.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ URL Edit URL Edit
ID iemhjjfkjlfjgajbmdidpnonfjhlmocd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-edit/iemhjjfkjlfjgajbmdidpnonfjhlmocd
คำอธิบาย Easy URL manipulation
ขนาดไฟล์ 27.95 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2019-11-08
วันที่เผยแพร่ 2019-11-05
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dskloet
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://dskl.net/screen/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Edit",
    "description": "Easy URL manipulation",
    "version": "0.5",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "64": "64.png"
    },
    "browser_action": {
        "default_icon": "32.png",
        "default_title": "Edit URL",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}