URL code
URL Code
What is URL code?
URL code is a Chrome extension developed by Balwant Singh, and its main feature is "URL Code".
Extension Screenshots
Download URL code Extension CRX File
Download URL code 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
A very simple extension which shows a QR code of the URL opened in the current chhrome tab.
Extension Basic Information
Name | URL code |
ID | bjjkaaepeeaknagjaahmiinogjcdnhab |
Official URL | https://chromewebstore.google.com/detail/url-code/bjjkaaepeeaknagjaahmiinogjcdnhab |
Description | URL Code |
File Size | 59.08 KB |
Installation Count | 44 |
Current Version | 1.0 |
Last Updated | 2016-08-17 |
Publish Date | 2016-08-16 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Balwant Singh |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "manifest_version": 2, "version": "1.0", "default_locale": "en", "offline_enabled": true, "browser_action": { "default_icon": "qr-code-128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |