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