Just Icons

Click to hide titles of your bookmarks. Click again to restore them.

Just Iconsคืออะไร?

Just Icons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ptomaszek และคุณลักษณะหลักของมันคือ "Click to hide titles of your bookmarks. Click again to restore them."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just Icons

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

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

                        Click to hide titles of your bookmarks. 
Click again to restore them.
Tune hiding behavior in Options.

PRO TIP: for the safety of your bookmarks please backup them before the very first use of the extension - howto: https://support.google.com/chrome/answer/96816?hl=en 
Why? Actually the extension removes (not simply hides!) titles from the bookmarks and stores them in Extension's memory for future restoration. It means that if you use Chrome Sync, bookmarks on your other devices will be affected. If your Chrome crashes for some reason, it's possible that you'll be left without a way to restore bookmark titles. You've been warned ;).

PRO TIP 2: before uninstalling the extension (but why would you?!), use it to show the bookmark titles back. Otherwise the titles will be lost.**

Feel free to ask questions.

Enjoy your new aesthetic bookmarks bar!


https://github.com/ptomaszek/just-icons                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Just Icons Just Icons
ID cebjhochebphokcpenikgbljlbmlhefm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/just-icons/cebjhochebphokcpenikgbljlbmlhefm
คำอธิบาย Click to hide titles of your bookmarks. Click again to restore them.
ขนาดไฟล์ 91.46 KB
จำนวนการติดตั้ง 427
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2021-05-19
วันที่เผยแพร่ 2016-10-17
คะแนน 3.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา ptomaszek
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ptomaszek/just-icons
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Just Icons",
    "description": "Click to hide titles of your bookmarks.\nClick again to restore them.",
    "version": "1.1.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon_48.png"
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "96": "icons\/icon_96.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "notifications"
    ],
    "options_page": "options.html"
}