GOTO

GOTO helps you navigate through all your most favorite websites.

GOTO là gì?

GOTO là một tiện ích mở rộng Chrome được phát triển bởi Alexis Fasquel, và tính năng chính của nó là "GOTO helps you navigate through all your most favorite websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GOTO

Tải xuống các tệp mở rộng GOTO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GOTO GOTO
ID pljepflhkcffielbfnbbmhhfpekpcjmf
URL Chính Thức https://chromewebstore.google.com/detail/goto/pljepflhkcffielbfnbbmhhfpekpcjmf
Mô tả GOTO helps you navigate through all your most favorite websites.
Kích Thước Tệp 256 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-11-30
Ngày Phát Hành 2014-11-30
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Alexis Fasquel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://alexisfasquel.github.io/goto/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}