JigSaw
Convert image to a JigSaw puzzle
JigSawคืออะไร?
JigSaw เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arunk และคุณลักษณะหลักของมันคือ "Convert image to a JigSaw puzzle"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JigSaw
ดาวน์โหลดไฟล์ส่วนขยาย JigSaw ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
JigSaw is a Chrome/FireFox webextension that destroys productivity
by allowing you to convert an image into a jigsaw puzzle.
## To use JigSaw:
* Right click on an image and you should see the "JigSawize!" context
menu item. Select that item and the image is converted into a jigsaw
puzzle.
## Features:
* Once you have entered JigSaw, you can always enter a new URL in the
input bar and submit.
* Simple drag and drop use
* Pieces stick to each other when they match correctly anywhere on the screen
* Useful visual indicator when a piece is placed in the correct location
* Ability to choose degree of difficulty (3x3 to 10x10 puzzle sizes)
* Show hide preview image to help solve the puzzle
* Timer to measure time to solve puzzle; timer can be paused/resumed
## License & Copyright:
JigSaw is provided under AGPLv3 license.
Copyright (C) 2017-2020 Arun Kunchithapatham
## Feedback:
Please use Github to send any feedback, bug reports, enhancement requests.
## Release notes:
Please check the RELEASE-NOTES.md file on github for detailed release notes. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lgpcfnpgnogbmoadhafemfocejnmaaeo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jigsaw/lgpcfnpgnogbmoadhafemfocejnmaaeo |
| คำอธิบาย | Convert image to a JigSaw puzzle |
| ขนาดไฟล์ | 58.03 KB |
| จำนวนการติดตั้ง | 576 |
| เวอร์ชันปัจจุบัน | 1.4 |
| อัปเดตครั้งล่าสุด | 2020-04-20 |
| วันที่เผยแพร่ | 2020-04-20 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | arunk |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/ushnisha/jigsaw |
| URL หน้าช่วยเหลือ | https://github.com/ushnisha/jigsaw |
| URL หน้านโยบายความเป็นส่วนตัว | https://github.com/ushnisha/tranquility-reader-chrome/blob/master/PRIVACY.md |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.4",
"description": "__MSG_extensionDescription__",
"homepage_url": "https:\/\/www.github.com\/ushnisha\/jigsaw\/",
"icons": {
"128": "icons\/jigsaw-128.png",
"64": "icons\/jigsaw-64.png",
"32": "icons\/jigsaw-32.png"
},
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"web_accessible_resources": [
"css\/jigsaw.css",
"icons\/*.png"
],
"options_ui": {
"page": "options\/jigsaw_options.html",
"open_in_tab": false
},
"background": {
"scripts": [
"background\/jigsaw_bg_common_functions.js",
"background\/jigsaw_bg_context_menu.js"
]
},
"default_locale": "en"
} | |