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
电子邮箱 [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"
    }
}