제작자: Bimps
Inspect and view changes in SplitPuzzle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "SplitPuzzle",
"version": "1.0",
"description": "Turn any image on a webpage into a drag-and-drop puzzle.",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"css": [
"puzzle.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "splitpuzzle@example.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} 최고의 SplitPuzzle 대안
다음은 SplitPuzzle과(와) 유사한 Firefox add-on입니다: