Redirect

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

Redirect là gì?

Redirect là một tiện ích mở rộng Chrome được phát triển bởi Krittika D'Silva, và tính năng chính của nó là "An extension that allows users to easily navigate to saved urls.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Redirect 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

                        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.                    

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

Tên Redirect Redirect
ID ndmlefihodnjkipamdighnjjmiddafai
URL Chính Thức https://chromewebstore.google.com/detail/redirect/ndmlefihodnjkipamdighnjjmiddafai
Mô tả An extension that allows users to easily navigate to saved urls.
Kích Thước Tệp 33.96 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2018-04-28
Ngày Phát Hành 2018-04-28
Đánh Giá 4.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Krittika D'Silva
Loại Thanh Toán free
Trang Web Mở Rộng http://www.krittikadsilva.com/redirect/
URL Trang Trợ Giúp http://www.krittikadsilva.com/redirect/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}