Skwares

A better way to manage your bookmarks

Qu'est-ce que Skwares ?

Skwares est une extension Chrome développée par https://eric.viala.free.fr, et sa fonction principale est "A better way to manage your bookmarks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Skwares

Téléchargez les fichiers d'extension Skwares au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Skwares Skwares
ID koepapmllfahhfimhhkgfihkjgkndiog
URL Officiel https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog
Description A better way to manage your bookmarks
Taille du Fichier 383 KB
Nombre d'Installations 11
Version Actuelle 2.0.2
Dernière Mise à Jour 2016-04-21
Date de Publication 2016-04-21
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://eric.viala.free.fr
Type de Paiement free
Site Web de l'Extension http://ericviala.github.io/Skwares/
URL de la Page d'Aide http://ericviala.github.io/Skwares/
Langues Prises en Charge 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"
    }
}