Speed Dial

The end is nigh!

Speed Dialとは何ですか?

Speed DialはMatevzFaによって開発されたChromeの拡張機能で、その主な機能は「The end is nigh!」です。

Speed Dial拡張機能のCRXファイルをダウンロード

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'"
}