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
官方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"
    }
}