Mr.Sagasu

Bookmark Nickname & Search bookmark in the address bar

Mr.Sagasu란 무엇입니까?

Mr.Sagasu은(는) eetann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark Nickname & Search bookmark in the address bar"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mr.Sagasu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        * 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                    

확장 프로그램 기본 정보

이름 Mr.Sagasu Mr.Sagasu
ID kkendaacffjgfnjaolejgaopcoakacpb
공식 URL https://chromewebstore.google.com/detail/mrsagasu/kkendaacffjgfnjaolejgaopcoakacpb
설명 Bookmark Nickname & Search bookmark in the address bar
파일 크기 63.06 KB
설치 횟수 35
현재 버전 22.10.30
최근 업데이트 2022-10-30
출시 날짜 2020-08-12
평점 3.67/5 총 3 개의 평점
개발자 eetann
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/eetann/mrsagasu
도움말 페이지 URL https://github.com/eetann/mrsagasu
지원되는 언어 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"
            }
        }
    }
}