Custom Chrome Shortcut Manager

To use, type 'go' into the search bar.

Apa itu Custom Chrome Shortcut Manager?

Custom Chrome Shortcut Manager adalah ekstensi Chrome yang dikembangkan oleh https://swsmith.cc, dan fitur utamanya adalah "To use, type 'go' into the search bar.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Custom Chrome Shortcut Manager

Unduh file ekstensi Custom Chrome Shortcut Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        **New in Version 1.1.0**
Ability to remove individual shortcuts!

Define shortcuts to enter in the search bar! This makes getting to your favorite sites a breeze.

Simply add an alias to url pairing in the configuration window, then type 'go' in the search bar.

Press tab and enter the alias of the website you want to visit.

You're then directed the website.

As an added bonus, Omnibox Alias does math. Simply type in a math expression to the search box and it'll suggest the rest.                    

Informasi Dasar Ekstensi

Nama Custom Chrome Shortcut Manager Custom Chrome Shortcut Manager
ID ijihchgjhagfhdkhagnmlebpepjlecml
URL Resmi https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml
Deskripsi To use, type 'go' into the search bar.
Ukuran File 202 KB
Jumlah Instalasi 1,913
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2022-05-25
Tanggal Publikasi 2020-05-04
Penilaian 3.23/5 Total 13 Penilaian
Pengembang https://swsmith.cc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://sean-smith.github.io/chromeshortcuts/index.html
URL Halaman Bantuan https://github.com/sean-smith/chrome_shortcuts/issues
URL Halaman Kebijakan Privasi https://seanssmith.net/copyright.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Chrome Shortcut Manager",
    "short_name": "Omnibox Alias",
    "description": "To use, type 'go' into the search bar.",
    "version": "1.1.1",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Omnibox Alias",
        "default_icon": "img\/terminal_16x16.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "go"
    },
    "icons": {
        "16": "img\/terminal_16x16.png",
        "48": "img\/terminal_48x48.png",
        "128": "img\/terminal_128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}