Mr.Sagasu

Bookmark Nickname & Search bookmark in the address bar

¿Qué es Mr.Sagasu?

Mr.Sagasu es una extensión de Chrome desarrollada por eetann, y su función principal es "Bookmark Nickname & Search bookmark in the address bar".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Mr.Sagasu

Descarga archivos de extensión Mr.Sagasu en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        * 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                    

Información Básica de la Extensión

Nombre Mr.Sagasu Mr.Sagasu
ID kkendaacffjgfnjaolejgaopcoakacpb
URL Oficial https://chromewebstore.google.com/detail/mrsagasu/kkendaacffjgfnjaolejgaopcoakacpb
Descripción Bookmark Nickname & Search bookmark in the address bar
Tamaño del Archivo 63.06 KB
Cantidad de Instalaciones 35
Versión Actual 22.10.30
Última Actualización 2022-10-30
Fecha de Publicación 2020-08-12
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador eetann
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/eetann/mrsagasu
URL de la Página de Ayuda https://github.com/eetann/mrsagasu
Idiomas Soportados 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"
            }
        }
    }
}