Edit URL

Easily edit a URL.

Edit URLคืออะไร?

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

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

screenshot

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

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

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

                        This is a very simple yet powerful tool. Ofter there are times, specially with developers, that you need to modify some parameter of a particularly long url, and it's not easy to browse for that parameters name.

This extension lays out all the parameters names in a pretty format, so it's easy to modify them.                    

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

ชื่อ Edit URL Edit URL
ID gjddnlipighelnjodhlhhngpinoppkid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/edit-url/gjddnlipighelnjodhlhhngpinoppkid
คำอธิบาย Easily edit a URL.
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 904
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-05-12
วันที่เผยแพร่ 2013-05-12
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา varunl
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit URL",
    "description": "Easily edit a URL.",
    "version": "1.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    }
}