Speed Dial Quantum

Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages

Hvad er Speed Dial Quantum?

Speed Dial Quantum er en Chrome-udvidelse udviklet af Abdullah Alansari, og dens hovedfunktion er "Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages".

Udvidelsesskærmbilleder

screenshot

Download Speed Dial Quantum-udvidelses-CRX-fil

Download Speed Dial Quantum-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages.                    

Grundlæggende oplysninger om udvidelsen

Navn Speed Dial Quantum Speed Dial Quantum
ID fadmmkodlffpamiglnmodpkmbpalbkmp
Officiel URL https://chromewebstore.google.com/detail/speed-dial-quantum/fadmmkodlffpamiglnmodpkmbpalbkmp
Beskrivelse Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages
Filstørrelse 196 KB
Antal Installationer 82
Nuværende Version 1.0.1
Senest Opdateret 2019-03-02
Udgivelsesdato 2019-03-02
Udvikler Abdullah Alansari
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Ahimta/speed-dial-quantum
Hjælpeside-URL https://github.com/Ahimta/speed-dial-quantum
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial Quantum",
    "short_name": "Speed Dial",
    "description": "Minimal speed-dial extension with support for keyboard shortcuts & importing Speed Dial pages",
    "homepage_url": "https:\/\/github.com\/Ahimta\/speed-dial-quantum",
    "author": "Abdullah Alansari",
    "version": "1.0.1",
    "permissions": [
        "topSites",
        "storage",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "src\/views\/newtab.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon.png",
        "default_title": "Speed Dial",
        "default_popup": "src\/views\/popup.html",
        "show_matches": [
            ""
        ]
    },
    "applications": {
        "gecko": {
            "id": "{71ec5708-2489-11e8-8697-87e8af1da1d9}",
            "strict_min_version": "56.0"
        }
    },
    "icons": {
        "48": "icons\/icon.png",
        "64": "icons\/[email protected]",
        "96": "icons\/[email protected]"
    }
}