Redirect

An extension that allows users to easily navigate to saved urls.

Redirectとは何ですか?

RedirectはKrittika D'Silvaによって開発されたChromeの拡張機能で、その主な機能は「An extension that allows users to easily navigate to saved urls.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Redirect拡張機能のCRXファイルをダウンロード

Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Redirect is a Chrome extension that makes it easy to navigate to custom urls. Users can save keys that map to saved urls. Typing ";" (a semicolon), then a space, and then the saved key into the address bar opens a user's saved url in the browser.                    

拡張機能の基本情報

名前 Redirect Redirect
ID ndmlefihodnjkipamdighnjjmiddafai
公式URL https://chromewebstore.google.com/detail/redirect/ndmlefihodnjkipamdighnjjmiddafai
説明 An extension that allows users to easily navigate to saved urls.
ファイルサイズ 33.96 KB
インストール数 102
現在のバージョン 1.3.1
最終更新日 2018-04-28
公開日 2018-04-28
評価 4.60/5 合計 10 レビュー
開発者 Krittika D'Silva
支払い方法 free
拡張機能のウェブサイト http://www.krittikadsilva.com/redirect/
ヘルプページのURL http://www.krittikadsilva.com/redirect/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "An extension that allows users to easily navigate to saved urls.",
    "omnibox": {
        "keyword": ";"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Redirect",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}