Anyshortcut

Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.

Was ist Anyshortcut?

Anyshortcut ist eine Chrome-Erweiterung, die von https://anyshortcut.com entwickelt wurde, und ihr Hauptmerkmal ist "Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Anyshortcut-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anyshortcut-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Anyshortcut is a productive browser plugin to help people customize keyboard shortcuts to open their frequently visited websites instantly. 

It is simple, intuitive and straightforward. You only need a Google account to get started, all your shortcuts are synced everywhere automatically.


======
Version 1.11.1
1. Fix bugs

======
Version 1.10.0
1. Compound shortcut supports alphanumeric as key
2. Show delete popover when delete secondary shortcut
3. Optimize Preferences copywriting, add Github icon
4. Add better compound shortcut bind tips, compound shortcut tour page shortcut examples change to Yahoo and SoundCloud
5. Other bugs fixed                    

Grundlegende Informationen zur Erweiterung

Name Anyshortcut Anyshortcut
ID ginilcdjefkbpeelgekodpmmabppcfao
Offizielle URL https://chromewebstore.google.com/detail/anyshortcut/ginilcdjefkbpeelgekodpmmabppcfao
Beschreibung Anyshortcut is a productive browser plugin to help you customize keyboard shortcuts to open frequently visited websites instantly.
Dateigröße 3.66 MB
Installationsanzahl 375
Aktuelle Version 1.11.1
Letztes Update 2022-07-12
Veröffentlichungsdatum 2018-11-08
Bewertung 4.74/5 Insgesamt 35 Bewertungen
Entwickler https://anyshortcut.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://anyshortcut.com
Hilfeseite URL https://anyshortcut.com/faq
URL der Datenschutzrichtlinien-Seite https://anyshortcut.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anyshortcut",
    "description": "__MSG_extension_description__",
    "version": "1.11.1",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "icon\/icon32.png",
            "48": "icon\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_popup_default_title__"
    },
    "icons": {
        "16": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "options_ui": {
        "page": "popup.html#\/preference",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "file:\/\/*\/*",
        "ftp:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "",
                "file:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "dist\/content_script.js"
            ],
            "css": [
                "dist\/css\/content_script.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dist\/img\/*",
        "icon\/*"
    ],
    "commands": {
        "toggle_recent_tab": {
            "suggested_key": {
                "default": "Alt+Period"
            },
            "description": "Toggle Recent Tabs"
        },
        "jump_to_home": {
            "suggested_key": {
                "default": "Alt+Shift+Space"
            },
            "description": "Jump to home page of current url"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.anyshortcut.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtsU34L7ro2a1etZPGPg4rRD5gVP4I7Px1mZuJqafP5Bqoh+wtVmOZgGNS3nlyGBfLCYphC3mmtYrZ8OvXLb+fRIe0sk\/k\/F+cIEZPmExin0epDN4jtA8ptT+FMDf6bFxRfwMrJCHMpjsfNWqhfrVEIBsOHQiDGQyy\/05fYfwWl\/XocFfEmKWayYiwdijSLa5io\/dS71qp0VeDwudbQo9El9cf0CZdbTbYziVORXf7BQQNW56o\/51Tg4X6kdNqs0Ck9c1rnZIqf92sNRmsfHKdhBFpWN1d3hD9rJ7ROriq69f3HjbOX3pAAJHJX7JqwapvGbk7A1loyAwbDgo8VQICwIDAQAB"
}