Solve as Puzzle Lite
Solve any image as a jigsaw puzzle
Wat is Solve as Puzzle Lite?
Solve as Puzzle Lite is een Chrome-extensie ontwikkeld door http://2bsocial.net, en de belangrijkste functie is "Solve any image as a jigsaw puzzle".
Extensie Screenshots
Download het CRX-bestand van de extensie Solve as Puzzle Lite
Download Solve as Puzzle Lite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Right-click on any image on the web and solve it as a jigsaw puzzle
Basisinformatie over de Extensie
Naam | |
ID | akkjnhjaeidmpjpgmhcaamojhonoakjl |
Officiële URL | https://chrome.google.com/webstore/detail/solve-as-puzzle-lite/akkjnhjaeidmpjpgmhcaamojhonoakjl |
Beschrijving | Solve any image as a jigsaw puzzle |
Bestandsgrootte | 31.71 KB |
Aantal Installaties | 494 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-01-25 |
Publicatiedatum | 2013-01-25 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://2bsocial.net |
Betalingswijze | free |
Extensiewebsite | http://2bsocial.net/pwf/ |
Help Pagina-URL | http://2bsocial.net/pwf/browser_plugins.html |
Ondersteunde Talen | 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 } |