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是由https://devinrousso.com開發的Chrome擴展程式,該擴展的主要功能是“Allows users to create shortcuts that, when entered into the URL bar, will redirect them to the preset page.”。

擴展截圖

screenshot

下載URL Shortcut擴展crx文件

下載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
官方網址 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",
        ""
    ]
}