Skwares

A better way to manage your bookmarks

Vad är Skwares?

Skwares är en Chrome-tillägg utvecklad av https://eric.viala.free.fr, och dess huvudfunktion är "A better way to manage your bookmarks".

Tilläggsskärmbilder

screenshot

Ladda ner Skwares-förlängningens CRX-fil

Ladda ner Skwares-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Skwares Skwares
ID koepapmllfahhfimhhkgfihkjgkndiog
Officiell webbadress https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog
Beskrivning A better way to manage your bookmarks
Filstorlek 383 KB
Antal Installationer 11
Aktuell Version 2.0.2
Senast Uppdaterad 2016-04-21
Publiceringsdatum 2016-04-21
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare https://eric.viala.free.fr
Betalningssätt free
Tilläggswebbplats http://ericviala.github.io/Skwares/
Hjälpsida URL http://ericviala.github.io/Skwares/
Stödda Språk 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"
    }
}