Bookmark tags

Adds tags to bookmarks. Improves search and more.

Bookmark tags란 무엇입니까?

Bookmark tags은(는) OneMoreGres에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds tags to bookmarks. Improves search and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bookmark tags 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension provides some additional functionality compared to default bookmark manager.

This extension allows you to do following things:

* add tags for any bookmark
* search bookmarks by tag, folder or title/url words
* bulk bookmark operations (open bookmarks, move them to folder, add or remove tag)
* find potential duplicate bookmarks
* show all used tags

Unlike many other extensions, this one uses default browser's bookmarks storage and handles tags as part of a title.
So it is possible to add some tags when creating new bookmark by just writing several #tags to its title.                    

확장 프로그램 기본 정보

이름 Bookmark tags Bookmark tags
ID edpeidcfjfmepdgdjnodefckgdjbigem
공식 URL https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem
설명 Adds tags to bookmarks. Improves search and more.
파일 크기 18.73 KB
설치 횟수 2,697
현재 버전 0.8.1
최근 업데이트 2021-11-08
출시 날짜 2020-05-15
평점 4.77/5 총 39 개의 평점
개발자 OneMoreGres
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_pluginName__",
    "description": "__MSG_pluginDescription__",
    "icons": {
        "16": "icon.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "version": "0.8.1"
}