Skwares

A better way to manage your bookmarks

Co to jest Skwares?

Skwares to rozszerzenie Chrome opracowane przez https://eric.viala.free.fr, a jego główną funkcją jest „A better way to manage your bookmarks”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Skwares

Pobierz pliki rozszerzeń Skwares w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Skwares Skwares
ID koepapmllfahhfimhhkgfihkjgkndiog
Oficjalny URL https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog
Opis A better way to manage your bookmarks
Rozmiar pliku 383 KB
Liczba instalacji 11
Aktualna Wersja 2.0.2
Ostatnia Aktualizacja 2016-04-21
Data Publikacji 2016-04-21
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://eric.viala.free.fr
Typ Płatności free
Strona Rozszerzenia http://ericviala.github.io/Skwares/
Adres URL Strony Pomocy http://ericviala.github.io/Skwares/
Obsługiwane Języki 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"
    }
}