Shortest URL Shortener
Shortest URL Shortener - created von Marketingradar.de
What is Shortest URL Shortener?
Shortest URL Shortener is a Chrome extension developed by https://mediaworx.com, and its main feature is "Shortest URL Shortener - created von Marketingradar.de".
Extension Screenshots
Download Shortest URL Shortener Extension CRX File
Download Shortest URL Shortener 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
This is the shortest URL shortener ever - well, the one of the shortest, and, btw. the one of the most simple. It needs just one single mouse click - and the URL of the current website is copied into the clipboard. Nothing more, nothing less - enjoy the simplicity!
Extension Basic Information
Name | Shortest URL Shortener |
ID | kocefagidbbcdghmdnhndemdjpjjdngj |
Official URL | https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj |
Description | Shortest URL Shortener - created von Marketingradar.de |
File Size | 13.13 KB |
Installation Count | 76 |
Current Version | 0.3 |
Last Updated | 2018-12-14 |
Publish Date | 2018-12-13 |
Developer | https://mediaworx.com |
[email protected] | |
Payment Type | free |
Extension Website | https://mediaworx.com |
Help Page URL | https://marketingradar.de |
Supported Languages | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "description": "Shortest URL Shortener - created von Marketingradar.de", "homepage_url": "https:\/\/marketingradar.de", "short_name": "Shortest URL Shortener", "author": "Evgeniy Orlov, [email protected]", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "Shortest URL Shortener", "permissions": [ "tabs", "http:\/\/*\/", "http:\/\/v.gd\/*", "https:\/\/v.gd\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3" } |