QR Kod Oluşturucu
Bu eklenti, son kullanıcının girmiş olduğu metinden QR Kod oluşturmak için geliştirilmiştir.
What is QR Kod Oluşturucu?
QR Kod Oluşturucu is a Chrome extension developed by Hasan Adıgüzel, and its main feature is "Bu eklenti, son kullanıcının girmiş olduğu metinden QR Kod oluşturmak için geliştirilmiştir.".
Extension Screenshots
Download QR Kod Oluşturucu Extension CRX File
Download QR Kod Oluşturucu 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
Bu eklenti ile istediğiniz kelimeleri kullanarak, kullanmış olduğunuz kelimeleri içeren QR Kod oluşturabilirsiniz. 0.0.3 sürümünde ki özellikler; -Oluşturulan QR Kodu kaydetme. Bu eklenti Hasan Adıgüzel tarafından geliştirilmiştir.
Extension Basic Information
Name | QR Kod Oluşturucu |
ID | mlajdeeelocdhmckdgmnadnekmleljnm |
Official URL | https://chromewebstore.google.com/detail/qr-kod-olu%C5%9Fturucu/mlajdeeelocdhmckdgmnadnekmleljnm |
Description | Bu eklenti, son kullanıcının girmiş olduğu metinden QR Kod oluşturmak için geliştirilmiştir. |
File Size | 109 KB |
Installation Count | 203 |
Current Version | 0.0.3 |
Last Updated | 2020-09-27 |
Publish Date | 2020-04-23 |
Developer | Hasan Adıgüzel |
[email protected] | |
Payment Type | free |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Kod Olu\u015fturucu", "version": "0.0.3", "manifest_version": 2, "description": "Bu eklenti, son kullan\u0131c\u0131n\u0131n girmi\u015f oldu\u011fu metinden QR Kod olu\u015fturmak i\u00e7in geli\u015ftirilmi\u015ftir.", "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_title": "QR Kod Olu\u015fturucu", "default_popup": "index.html", "default_icon": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "MacCtrl+Shift+H" }, "description": "Opens index.html" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |