shortcut

shortcut to most popular sites

shortcut là gì?

shortcut là một tiện ích mở rộng Chrome được phát triển bởi eranziman, và tính năng chính của nó là "shortcut to most popular sites".

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

screenshot

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

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

                        Aren't you just tired of typing over and over again the same web site addresses: "https://www.google.co.il/", "https://www.facebook.com"/ect...
Here you have all these links in one convenient small pop-up.                    

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

Tên shortcut shortcut
ID pneeikgjlojkbjpkennpifdhljeniopj
URL Chính Thức https://chrome.google.com/webstore/detail/shortcut/pneeikgjlojkbjpkennpifdhljeniopj
Mô tả shortcut to most popular sites
Kích Thước Tệp 58.95 KB
Số Lần Cài Đặt 277
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-02-27
Ngày Phát Hành 2014-02-27
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển eranziman
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shortcut",
    "description": "shortcut to most popular sites",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "browser_action.html"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+N",
                "mac": "MacCtrl+Shift+N"
            }
        }
    }
}