Solve as Puzzle

Solve any image as a jigsaw puzzle

Co to jest Solve as Puzzle?

Solve as Puzzle 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
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Solve as Puzzle

Pobierz pliki rozszerzeń Solve as Puzzle 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 Solve as Puzzle
ID gloikflmfaegdofanikjfjbejabffnld
Oficjalny URL https://chrome.google.com/webstore/detail/solve-as-puzzle/gloikflmfaegdofanikjfjbejabffnld
Opis Solve any image as a jigsaw puzzle
Rozmiar pliku 32.95 KB
Liczba instalacji 852
Aktualna Wersja 0.43
Ostatnia Aktualizacja 2013-01-25
Data Publikacji 2013-01-25
Ocena 3.00/5 Łącznie 10 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",
    "description": "Solve any image as a jigsaw puzzle",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Puzzles with Friends"
    },
    "version": "0.43",
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}