Google Search Result Url Shortener

Cut the needless parameters in Google search result url.

什么是Google Search Result Url Shortener?

Google Search Result Url Shortener是由k.bigwheel (Kazufumi Nishida)开发的Chrome扩展程序,该扩展的主要功能是“Cut the needless parameters in Google search result url.”。

扩展截图

screenshot
screenshot
screenshot

下载Google Search Result Url Shortener扩展crx文件

下载Google Search Result Url Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Cut the needless parameters in Google search result url.

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

扩展基本信息

名称 Google Search Result Url Shortener Google Search Result Url Shortener
ID coigfbofeliglgkjaopaalfagoapncef
官方URL https://chromewebstore.google.com/detail/google-search-result-url/coigfbofeliglgkjaopaalfagoapncef
简介 Cut the needless parameters in Google search result url.
文件大小 13.22 KB
安装次数 298
当前版本 1.1.1
更新时间 2012-08-11
上架时间 2012-08-10
评分 5.00/5 共2次评分
开发者 k.bigwheel (Kazufumi Nishida)
电子邮箱 [email protected]
付费类型 free
支持的语言 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."
    }
}