URL code generator
Generate url code to open easily on mobile
What is URL code generator?
URL code generator is a Chrome extension developed by nimda, and its main feature is "Generate url code to open easily on mobile".
Extension Screenshots
Download URL code generator Extension CRX File
Download URL code generator 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
Generate QR-code from browser URL
Extension Basic Information
Name | |
ID | eaolfeenjjfedjomhajahllahaahmhjn |
Official URL | https://chrome.google.com/webstore/detail/url-code-generator/eaolfeenjjfedjomhajahllahaahmhjn |
Description | Generate url code to open easily on mobile |
File Size | 159 KB |
Installation Count | 106 |
Current Version | 3.0 |
Last Updated | 2016-03-08 |
Publish Date | 2016-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nimda |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/bichiko/chrome-extension-calculator |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL code generator", "description": "Generate url code to open easily on mobile", "version": "3.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "200": "icon.png" }, "background": { "scripts": [ "my.js" ], "persistent": false }, "browser_action": { "default_title": "click to generate url QRcode", "default_icon": "icon.png", "default_popup": "index.html" }, "manifest_version": 2 } |