ChromTag - tag your bookmarks

Tag your bookmarks with #hashtag!

ChromTag - tag your bookmarks란 무엇입니까?

ChromTag - tag your bookmarks은(는) zatloukal.jan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tag your bookmarks with #hashtag!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ChromTag - tag your bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With ChromTag, you can quickly find the bookmark you need.

You can just add a #hashtag to your bookmark title or edit it directly in the extension.

You don't have to worry about your data loss or privacy because ChromTag uses the browser's native bookmarks.

CHANGELOG:

1.8 (2024-01-25)
- Increased font and window sizes
- Added a button for creating a new bookmark

1.7 (2022-06-22)
- Tag list added to editor

1.6 (2022-06-09)
- Fix: move bookmark to folder

1.5 (2022-06-07)
- Updated manifest to v3 (favicons removed due to this change)

1.4 (2014-05-29)
- Better support for non-latin characters

1.3 (2014-05-28)
- New rendering
- Favicons

1.2 (2014-01-10)
- Sorting folders and tags by name
- Searching
- Bookmark editor

1.1 (2013-11-23)
- Publicated on Chrome Store!

1.0 (2013-11-20)
- First released version.                    

확장 프로그램 기본 정보

이름 ChromTag - tag your bookmarks ChromTag - tag your bookmarks
ID epeiimpoigheahfbmmhadnfgimaacipk
공식 URL https://chromewebstore.google.com/detail/chromtag-tag-your-bookmar/epeiimpoigheahfbmmhadnfgimaacipk
설명 Tag your bookmarks with #hashtag!
파일 크기 49.65 KB
설치 횟수 338
현재 버전 1.8
최근 업데이트 2024-01-27
출시 날짜 2014-05-29
평점 3.33/5 총 12 개의 평점
개발자 zatloukal.jan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rotten77/chromtag
도움말 페이지 URL https://github.com/rotten77/chromtag/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChromTag - tag your bookmarks",
    "short_name": "ChromTag",
    "description": "Tag your bookmarks with #hashtag!",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.8",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Chromtag"
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}