Solve as Puzzle Lite

Solve any image as a jigsaw puzzle

Co to jest Solve as Puzzle Lite?

Solve as Puzzle Lite to rozszerzenie Chrome opracowane przez http://2bsocial.net, a jego główną funkcją jest „Solve any image as a jigsaw puzzle”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Solve as Puzzle Lite

Pobierz pliki rozszerzeń Solve as Puzzle Lite 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

                        Right-click on any image on the web and solve it as a jigsaw puzzle                    

Podstawowe informacje o rozszerzeniu

Nazwa Solve as Puzzle Lite Solve as Puzzle Lite
ID akkjnhjaeidmpjpgmhcaamojhonoakjl
Oficjalny URL https://chrome.google.com/webstore/detail/solve-as-puzzle-lite/akkjnhjaeidmpjpgmhcaamojhonoakjl
Opis Solve any image as a jigsaw puzzle
Rozmiar pliku 31.71 KB
Liczba instalacji 494
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-01-25
Data Publikacji 2013-01-25
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://2bsocial.net
Typ Płatności free
Strona Rozszerzenia http://2bsocial.net/pwf/
Adres URL Strony Pomocy http://2bsocial.net/pwf/browser_plugins.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solve as Puzzle Lite",
    "description": "Solve any image as a jigsaw puzzle",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "puzzle.js"
        ]
    },
    "manifest_version": 2
}