Speed Dial

The end is nigh!

Speed Dial là gì?

Speed Dial là một tiện ích mở rộng Chrome được phát triển bởi MatevzFa, và tính năng chính của nó là "The end is nigh!".

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

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

                        Another Speed Dial extension made with minimalistic approach.
Setting up linkbars requires basic JSON knowledge.

Changelog:
0.1.0
    - Added settings GUI
    - Improved reliability
0.1.1
    - Added GUI for exporting and importing settings
    - Minor settings GUI tweaks
0.1.2
    - Fixed a bug introduced with Chrome version 55, which prevented opening links in a new tab using the middle mouse button.
0.1.3
    - Spacing between thumbnails should now be more consistent.
    - Optimized settings interface
0.1.4
    - Fixed whitespace wrapping issues with link bars
0.1.5
    - Added thumbnail icon for GitHub
    - Cleaned up thumbnail icons
    - Added some missing fields to manifest.json                    

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

Tên Speed Dial Speed Dial
ID oclfpimokfhcchncefemplpcchlpmjmn
URL Chính Thức https://chrome.google.com/webstore/detail/speed-dial/oclfpimokfhcchncefemplpcchlpmjmn
Mô tả The end is nigh!
Kích Thước Tệp 483 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2017-07-13
Ngày Phát Hành 2017-07-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển MatevzFa
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial",
    "version": "0.1.5",
    "author": "MatevzFa",
    "description": "The end is nigh!",
    "icons": {
        "16": "icons\/tch_16.png",
        "48": "icons\/tch_48.png",
        "128": "icons\/tch_128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'"
}