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
官方網址 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"
    }
}