Url Appender

An utility to avoid typing repeated url

What is Url Appender?

Url Appender is a Chrome extension developed by http://blog.tamizhvendan.in, and its main feature is "An utility to avoid typing repeated url".

Extension Screenshots

screenshot

Download Url Appender Extension CRX File

Download Url Appender 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

                        Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !                    

Extension Basic Information

Name Url Appender Url Appender
ID omehmfjfcedkfnipdkiplalieakjgeob
Official URL https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob
Description An utility to avoid typing repeated url
File Size 39.66 KB
Installation Count 67
Current Version 1.0
Last Updated 2014-07-30
Publish Date 2014-07-30
Rating 5.00/5 Total 1 Ratings
Developer http://blog.tamizhvendan.in
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Url Appender",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An utility to avoid typing repeated url",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}