URL Shortener & QR Code - iShortener
Fast Shorten URL for Web
What is URL Shortener & QR Code - iShortener?
URL Shortener & QR Code - iShortener is a Chrome extension developed by Sontaya Dev., and its main feature is "Fast Shorten URL for Web".
Extension Screenshots
Download URL Shortener & QR Code - iShortener Extension CRX File
Download URL Shortener & QR Code - iShortener 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
- QR Code Generator and Save.
- Options Auto Copy.
- Dark Mode.
Make a link that is easier to share, tweet, or email to friends.
Yes, We are using Firebase Dynamic Links API a service that takes long URLs.
Thank for Support. Extension Basic Information
| Name | |
| ID | gngkohcbjhjhmeomgcebaiemdpkgjdjg |
| Official URL | https://chromewebstore.google.com/detail/url-shortener-qr-code-ish/gngkohcbjhjhmeomgcebaiemdpkgjdjg |
| Description | Fast Shorten URL for Web |
| File Size | 98.41 KB |
| Installation Count | 1,038 |
| Current Version | 4.9 |
| Last Updated | 2023-10-11 |
| Publish Date | 2020-05-16 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | Sontaya Dev. |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://addon.ishort.ink |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "URL Shortener & QR Code - iShortener",
"version": "4.9",
"description": "Fast Shorten URL for Web",
"permissions": [
"storage",
"activeTab",
"clipboardWrite",
"declarativeContent"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/link_16.png",
"64": "icons\/link_64.png",
"128": "icons\/link_128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Shorten URL & QR Code",
"default_icon": {
"16": "icons\/link_16.png",
"32": "icons\/link_32.png"
}
},
"commands": {
"execute_browser_action": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "MacCtrl+I"
},
"description": "Opens popup.html"
}
},
"short_name": "iShortener",
"author": "9holotpk"
} | |