Skwares

A better way to manage your bookmarks

Cos'è Skwares?

Skwares è un'estensione di Chrome sviluppata da https://eric.viala.free.fr, e la sua funzione principale è "A better way to manage your bookmarks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Skwares

Scarica i file di estensione Skwares in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Skwares Skwares
ID koepapmllfahhfimhhkgfihkjgkndiog
URL Ufficiale https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog
Descrizione A better way to manage your bookmarks
Dimensione del File 383 KB
Conteggio Installazioni 11
Versione Corrente 2.0.2
Ultimo Aggiornamento 2016-04-21
Data di Pubblicazione 2016-04-21
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://eric.viala.free.fr
Tipo di Pagamento free
Sito Web dell'Estensione http://ericviala.github.io/Skwares/
URL della Pagina di Aiuto http://ericviala.github.io/Skwares/
Lingue Supportate 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"
    }
}