Skwares

A better way to manage your bookmarks

Skwares là gì?

Skwares là một tiện ích mở rộng Chrome được phát triển bởi https://eric.viala.free.fr, và tính năng chính của nó là "A better way to manage your bookmarks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Skwares

Tải xuống các tệp mở rộng Skwares dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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")                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skwares Skwares
ID koepapmllfahhfimhhkgfihkjgkndiog
URL Chính Thức https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog
Mô tả A better way to manage your bookmarks
Kích Thước Tệp 383 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2016-04-21
Ngày Phát Hành 2016-04-21
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://eric.viala.free.fr
Loại Thanh Toán free
Trang Web Mở Rộng http://ericviala.github.io/Skwares/
URL Trang Trợ Giúp http://ericviala.github.io/Skwares/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}