URL Shortcut

Allows users to create shortcuts that, when entered into the URL bar, will redirect them to the preset page.

URL Shortcutคืออะไร?

URL Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://devinrousso.com และคุณลักษณะหลักของมันคือ "Allows users to create shortcuts that, when entered into the URL bar, will redirect them to the preset page."

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

screenshot

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

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

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

                        Do you get tired of having to type in "youtube.com" when going to watch videos of cats?  Does it happen with other websites too?

If this describes you, simply download this extension and configure it via the "options" link on the Chrome Extensions page.  Simply configure the extension via its settings by adding a Regular Expression pattern that will, when any requested URL matches it, redirect the request to the given replacement.


1.0.2
 - Automatically adds an empty field if none exist

1.0.1
 - Now supports using match patterns as prefixes (http://y/watch?v=dQw4w9WgXcQ will redirect to http://youtube.com/watch?v=dQw4w9WgXcQ)
 - Optimized request matching to only those specified in settings

1.0.0
 - Created base functionality
 - Uses Regular Expressions to match each requested URL
 - Uses the Chrome Options V2 API for settings                    

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

ชื่อ URL Shortcut URL Shortcut
ID phaniiibecagmfolpbjafbcckimlgjac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-shortcut/phaniiibecagmfolpbjafbcckimlgjac
คำอธิบาย Allows users to create shortcuts that, when entered into the URL bar, will redirect them to the preset page.
ขนาดไฟล์ 19.48 KB
จำนวนการติดตั้ง 647
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2016-08-15
วันที่เผยแพร่ 2016-08-15
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://devinrousso.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/dcrousso/URL-Shortcut/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}