Mr.Sagasu

Bookmark Nickname & Search bookmark in the address bar

Wat is Mr.Sagasu?

Mr.Sagasu is een Chrome-extensie ontwikkeld door eetann, en de belangrijkste functie is "Bookmark Nickname & Search bookmark in the address bar".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Mr.Sagasu

Download Mr.Sagasu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        * 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                    

Basisinformatie over de Extensie

Naam Mr.Sagasu Mr.Sagasu
ID kkendaacffjgfnjaolejgaopcoakacpb
Officiële URL https://chromewebstore.google.com/detail/mrsagasu/kkendaacffjgfnjaolejgaopcoakacpb
Beschrijving Bookmark Nickname & Search bookmark in the address bar
Bestandsgrootte 63.06 KB
Aantal Installaties 35
Huidige Versie 22.10.30
Laatst Bijgewerkt 2022-10-30
Publicatiedatum 2020-08-12
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar eetann
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/eetann/mrsagasu
Help Pagina-URL https://github.com/eetann/mrsagasu
Ondersteunde Talen 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"
            }
        }
    }
}