Skwares

A better way to manage your bookmarks

Skwares란 무엇입니까?

Skwares은(는) https://eric.viala.free.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A better way to manage your bookmarks"입니다.

확장 프로그램 스크린샷

screenshot

Skwares 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Skwares Skwares
ID koepapmllfahhfimhhkgfihkjgkndiog
공식 URL https://chromewebstore.google.com/detail/skwares/koepapmllfahhfimhhkgfihkjgkndiog
설명 A better way to manage your bookmarks
파일 크기 383 KB
설치 횟수 11
현재 버전 2.0.2
최근 업데이트 2016-04-21
출시 날짜 2016-04-21
평점 4.50/5 총 2 개의 평점
개발자 https://eric.viala.free.fr
결제 유형 free
확장 프로그램 웹 사이트 http://ericviala.github.io/Skwares/
도움말 페이지 URL http://ericviala.github.io/Skwares/
지원되는 언어 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"
    }
}