GOTO

GOTO helps you navigate through all your most favorite websites.

GOTOとは何ですか?

GOTOはAlexis Fasquelによって開発されたChromeの拡張機能で、その主な機能は「GOTO helps you navigate through all your most favorite websites.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        GOTO helps you navigate through all your most favorite websites. It allows to create ‘textual’ shortcuts that you can use directly within the url bar.
Check out the website!                    

拡張機能の基本情報

名前 GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
公式URL https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
説明 GOTO helps you navigate through all your most favorite websites.
ファイルサイズ 256 KB
インストール数 24
現在のバージョン 1.0
最終更新日 2014-11-30
公開日 2014-11-30
評価 5.00/5 合計 3 レビュー
開発者 Alexis Fasquel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://alexisfasquel.github.io/goto/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GOTO",
    "description": "GOTO helps you navigate through all your most favorite websites.",
    "version": "1.0",
    "author": "Alexis Fasquel ",
    "homepage_url": "http:\/\/alexisfasquel.github.io\/goto",
    "permissions": [
        "tabs",
        "*:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "res\/goto48.png",
            "48": "res\/goto48.png"
        },
        "default_title": "GoTo",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "res\/goto128.png",
        "48": "res\/goto48.png"
    }
}