Speed Dial

The end is nigh!

Speed Dialคืออะไร?

Speed Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MatevzFa และคุณลักษณะหลักของมันคือ "The end is nigh!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speed Dial

ดาวน์โหลดไฟล์ส่วนขยาย Speed Dial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Speed Dial Speed Dial
ID oclfpimokfhcchncefemplpcchlpmjmn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/speed-dial/oclfpimokfhcchncefemplpcchlpmjmn
คำอธิบาย The end is nigh!
ขนาดไฟล์ 483 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2017-07-13
วันที่เผยแพร่ 2017-07-13
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา MatevzFa
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}