Mr.Sagasu

Bookmark Nickname & Search bookmark in the address bar

Was ist Mr.Sagasu?

Mr.Sagasu ist eine Chrome-Erweiterung, die von eetann entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark Nickname & Search bookmark in the address bar".

Erweiterungsscreenshots

screenshot
screenshot

Mr.Sagasu-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mr.Sagasu-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

                        * Bookmark Nickname: Open bookmarks with hashtags at once
* search to only titles of bookmarks at the address bar
  * fuzzy match = All you have to do is type a few characters

Usage

Bookmark Nickname
0. Add hashtag to the title of bookmark
1. Enter key bindings(default Ctrl + Shift + Y)
2. Enter hashtags on the popup screen
3. Press Enter key or Enter button on the screen

Search titles of bookmarks at the address bar
1. Move at the address bar
2. Type "b" and space key
3. Type a few characters
4. Choice a suggest by using arrow keys and enter key                    

Grundlegende Informationen zur Erweiterung

Name Mr.Sagasu Mr.Sagasu
ID kkendaacffjgfnjaolejgaopcoakacpb
Offizielle URL https://chromewebstore.google.com/detail/mrsagasu/kkendaacffjgfnjaolejgaopcoakacpb
Beschreibung Bookmark Nickname & Search bookmark in the address bar
Dateigröße 63.06 KB
Installationsanzahl 35
Aktuelle Version 22.10.30
Letztes Update 2022-10-30
Veröffentlichungsdatum 2020-08-12
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler eetann
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/eetann/mrsagasu
Hilfeseite URL https://github.com/eetann/mrsagasu
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mr.Sagasu",
    "description": "Bookmark Nickname & Search bookmark in the address bar",
    "version": "22.10.30",
    "omnibox": {
        "keyword": "b"
    },
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16x16.png",
        "32": "icons\/icon-32x32.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        }
    }
}