Url Appender

An utility to avoid typing repeated url

Url Appenderคืออะไร?

Url Appender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://blog.tamizhvendan.in และคุณลักษณะหลักของมันคือ "An utility to avoid typing repeated url"

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

screenshot

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

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

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

                        Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !                    

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

ชื่อ Url Appender Url Appender
ID omehmfjfcedkfnipdkiplalieakjgeob
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob
คำอธิบาย An utility to avoid typing repeated url
ขนาดไฟล์ 39.66 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-07-30
วันที่เผยแพร่ 2014-07-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://blog.tamizhvendan.in
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Url Appender",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An utility to avoid typing repeated url",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}