URL phrases appender

Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!

What is URL phrases appender?

URL phrases appender is a Chrome extension developed by meoke, and its main feature is "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!".

Extension Screenshots

screenshot

Download URL phrases appender Extension CRX File

Download URL phrases 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

                                            

Extension Basic Information

Name URL phrases appender URL phrases appender
ID mjbgamofkgedfapbfmfjglddgghdmhlm
Official URL https://chromewebstore.google.com/detail/url-phrases-appender/mjbgamofkgedfapbfmfjglddgghdmhlm
Description Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!
File Size 8.14 KB
Installation Count 76
Current Version 1.0.2
Last Updated 2016-05-25
Publish Date 2016-05-25
Rating 5.00/5 Total 2 Ratings
Developer meoke
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL phrases appender",
    "description": "Define a set of phrases you frequently need to add to your address bar. Append them to URL with just one click!",
    "version": "1.0.2",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "URL phrases appender"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "tabs"
    ]
}