Tiny Bookmarks

A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.

Tiny Bookmarksคืออะไร?

Tiny Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย schouffy และคุณลักษณะหลักของมันคือ "A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar."

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

screenshot

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

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

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

                        Displays all your bookmarks in a treeview.
Lets you hide the bookmarks bar so you have more vertical screen space for the websites.

Features :
- Search
- Remove



Icon by https://www.iconfinder.com/SPETS
Source code https://github.com/schouffy/bookmarks-chrome-extension                    

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

ชื่อ Tiny Bookmarks Tiny Bookmarks
ID iegcdellenlkefldcoligpmfnnejcekj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tiny-bookmarks/iegcdellenlkefldcoligpmfnnejcekj
คำอธิบาย A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.
ขนาดไฟล์ 191 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2020-04-07
วันที่เผยแพร่ 2020-04-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา schouffy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Bookmarks",
    "version": "0.3",
    "description": "A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.",
    "permissions": [
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Tiny Bookmarks",
        "default_popup": "index.html",
        "default_icon": {
            "16": "star_16.png",
            "32": "star_32.png",
            "48": "star_48.png",
            "128": "star_128.png"
        }
    },
    "icons": {
        "16": "star_16.png",
        "32": "star_32.png",
        "48": "star_48.png",
        "128": "star_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Comma",
                "mac": "Command+Comma",
                "chromeos": "Ctrl+Comma",
                "linux": "Ctrl+Comma"
            }
        }
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}