Google Search Result Url Shortener

Cut the needless parameters in Google search result url.

What is Google Search Result Url Shortener?

Google Search Result Url Shortener is a Chrome extension developed by k.bigwheel (Kazufumi Nishida), and its main feature is "Cut the needless parameters in Google search result url.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Google Search Result Url Shortener Extension CRX File

Download Google Search Result 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

                        Cut the needless parameters in Google search result url.

github: https://github.com/bigwheel/google-search-result-url-shortener                    

Extension Basic Information

Name Google Search Result Url Shortener Google Search Result Url Shortener
ID coigfbofeliglgkjaopaalfagoapncef
Official URL https://chromewebstore.google.com/detail/google-search-result-url/coigfbofeliglgkjaopaalfagoapncef
Description Cut the needless parameters in Google search result url.
File Size 13.22 KB
Installation Count 298
Current Version 1.1.1
Last Updated 2012-08-11
Publish Date 2012-08-10
Rating 5.00/5 Total 2 Ratings
Developer k.bigwheel (Kazufumi Nishida)
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Result Url Shortener",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Cut the needless parameters in Google search result url.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": "icon48.png",
        "default_title": "Cut the needless parameters in Google search result url."
    }
}