ChromTag - tag your bookmarks

Tag your bookmarks with #hashtag!

ChromTag - tag your bookmarksคืออะไร?

ChromTag - tag your bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zatloukal.jan และคุณลักษณะหลักของมันคือ "Tag your bookmarks with #hashtag!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChromTag - tag your bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย ChromTag - tag your bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}