Skwares

A better way to manage your bookmarks

Wat is Skwares?

Skwares is een Chrome-extensie ontwikkeld door https://eric.viala.free.fr, en de belangrijkste functie is "A better way to manage your bookmarks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Skwares

Download Skwares-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Skwares Skwares
ID koepapmllfahhfimhhkgfihkjgkndiog
Officiële URL https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog
Beschrijving A better way to manage your bookmarks
Bestandsgrootte 383 KB
Aantal Installaties 11
Huidige Versie 2.0.2
Laatst Bijgewerkt 2016-04-21
Publicatiedatum 2016-04-21
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://eric.viala.free.fr
Betalingswijze free
Extensiewebsite http://ericviala.github.io/Skwares/
Help Pagina-URL http://ericviala.github.io/Skwares/
Ondersteunde Talen 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"
    }
}