Skwares

A better way to manage your bookmarks

什麼是Skwares?

Skwares是由https://eric.viala.free.fr開發的Chrome擴展程式,該擴展的主要功能是“A better way to manage your bookmarks”。

擴展截圖

screenshot

下載Skwares擴展crx文件

下載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
官方網址 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"
    }
}