Skwares

A better way to manage your bookmarks

Skwaresคืออะไร?

Skwares เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eric.viala.free.fr และคุณลักษณะหลักของมันคือ "A better way to manage your bookmarks"

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

screenshot

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

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

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

                        Shows your bookmarks in the form of large square icons in nested tab panels, enabling to see them all at a glance.

You can organize them as you see fit, moving them around or drop them on another panel.

Each skware is complemented with a thumbnail-size snapshot of the corresponding web site, aiding in rapid visual recognition.

Right-click to edit or suppress.

("Skwares" is of course pronouced like "squares")                    

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

ชื่อ Skwares Skwares
ID koepapmllfahhfimhhkgfihkjgkndiog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog
คำอธิบาย A better way to manage your bookmarks
ขนาดไฟล์ 383 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2016-04-21
วันที่เผยแพร่ 2016-04-21
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://eric.viala.free.fr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ericviala.github.io/Skwares/
URL หน้าช่วยเหลือ http://ericviala.github.io/Skwares/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skwares",
    "version": "2.0.2",
    "description": "A better way to manage your bookmarks",
    "icons": {
        "32": "icons\/skwares-32.png",
        "48": "icons\/skwares-48.png"
    },
    "author": "\u00c9ric Viala",
    "background": {
        "scripts": [
            "background.js",
            "thumbs.js",
            "database.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/skwares-32.png"
        },
        "default_title": "Skwares"
    }
}