Shortcuts for Chrome

This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.

Co je Shortcuts for Chrome?

Shortcuts for Chrome je rozšíření Chrome vyvinuté HIDev, a jeho hlavní funkcí je „This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Shortcuts for Chrome

Stáhněte si soubory rozšíření Shortcuts for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Chrome Shortcuts is a new extension that allows you to easily access most important chrome pages without loosing much time to find a specific page.

Chrome Shortcuts main Chrome pages are:

 • History
 • Clear Browser Data
 • Extensions
 • Settings
 • Downloads
 • Bookmarks
 • Apps (new)
 • Chrome Web Store

Chrome Shortcuts also includes almost all the other Chrome pages which can be found in Advanced and All pages.

For questions, reports, feedback, support or anything related to Chrome Shortcuts contact us at [email protected]                    

Základní Informace o Rozšíření

Název Shortcuts for Chrome Shortcuts for Chrome
ID hcjhjbmpmnemeejoleljopmmfbcncbao
Oficiální URL https://chromewebstore.google.com/detail/shortcuts-for-chrome/hcjhjbmpmnemeejoleljopmmfbcncbao
Popis This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.
Velikost souboru 11.72 KB
Počet instalací 935
Aktuální Verze 1.2
Poslední Aktualizace 2014-04-04
Datum Vydání 2014-04-04
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář HIDev
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortcuts for Chrome",
    "description": "This extension helps you better find and navigate through Chrome pages by offering a better, cleaner and smarter menu.",
    "version": "1.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "options_page": "chromeUrls.html",
    "offline_enabled": true
}