Condensed Grid Bookmarks

A condensed bookmark page aimed at displaying maximum number of links.

Condensed Grid Bookmarksคืออะไร?

Condensed Grid Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rsullivandeveloper และคุณลักษณะหลักของมันคือ "A condensed bookmark page aimed at displaying maximum number of links."

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

screenshot
screenshot

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

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

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

                        This tool redesigns the new tab page to provide an intelligent layout of grouped bookmarks. It places an emphasis on maximizing available screen real estate for higher productivity.

Powered by Semantic UI and Unsplash, Condensed Grid Bookmarks provides beauty in its simplicity as a start page solution.                    

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

ชื่อ Condensed Grid Bookmarks Condensed Grid Bookmarks
ID egmlpibcgclgkdaaibdlngljkaheeicl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/condensed-grid-bookmarks/egmlpibcgclgkdaaibdlngljkaheeicl
คำอธิบาย A condensed bookmark page aimed at displaying maximum number of links.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.214
อัปเดตครั้งล่าสุด 2019-06-08
วันที่เผยแพร่ 2019-06-07
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rsullivandeveloper
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Condensed Grid Bookmarks",
    "version": "0.214",
    "description": "A condensed bookmark page aimed at displaying maximum number of links.",
    "permissions": [
        "bookmarks",
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "favicon.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}