Tukar
A browser extension for converting image format
What is Tukar?
Tukar is a Chrome extension developed by https://skrin.xyz, and its main feature is "A browser extension for converting image format".
Extension Screenshots
Download Tukar Extension CRX File
Download Tukar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Browser extension for converting image format on the web into PNG, PNG without background, JPEG or WEBP before downloading it 🆕 What's new 🆕 🟢 Tukar now supports background auto removal! 🟢 Improve security 🟢 Preparing for support on video conversion
Extension Basic Information
Name | Tukar |
ID | hlpbcngckleicdgoamfaghcfamoceeef |
Official URL | https://chromewebstore.google.com/detail/tukar/hlpbcngckleicdgoamfaghcfamoceeef |
Description | A browser extension for converting image format |
File Size | 138 KB |
Installation Count | 58 |
Current Version | 0.0.5 |
Last Updated | 2024-02-05 |
Publish Date | 2023-11-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://skrin.xyz |
[email protected] | |
Payment Type | free |
Help Page URL | https://discord.com/invite/rGkPJju9zD |
Privacy Policy Page URL | https://skrin.xyz/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tukar", "description": "A browser extension for converting image format", "version": "0.0.5", "manifest_version": 3, "icons": { "128": "icons\/icon_128.png" }, "action": { "default_icon": { "512": "icons\/icon.png" }, "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content\/content.js" ] } ], "permissions": [ "contextMenus", "activeTab", "alarms" ], "sandbox": { "pages": [ "sandbox\/sandbox.html" ] } } |