Url Suffixer
This extension allow to suffix url on one click.
What is Url Suffixer?
Url Suffixer is a Chrome extension developed by HadiM, and its main feature is "This extension allow to suffix url on one click.".
Download Url Suffixer Extension CRX File
Download Url Suffixer 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 extension allow to suffix url on one click. Example: http://www.mysite.com/ becomes http://www.mysite.myproxy.com/
Extension Basic Information
Name | |
ID | nmambjodffdcnjfbngpbfnpipfldakbf |
Official URL | https://chrome.google.com/webstore/detail/url-suffixer/nmambjodffdcnjfbngpbfnpipfldakbf |
Description | This extension allow to suffix url on one click. |
File Size | 6.19 KB |
Installation Count | 29 |
Current Version | 1.1 |
Last Updated | 2013-12-05 |
Publish Date | 2013-12-05 |
Rating | 3.00/5 Total 1 Ratings |
Developer | HadiM |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Url Suffixer", "description": "This extension allow to suffix url on one click.", "version": "1.1", "browser_action": { "default_icon": "icon.png" }, "permissions": [], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |