Url Appender

An utility to avoid typing repeated url

什么是Url Appender?

Url Appender是由http://blog.tamizhvendan.in开发的Chrome扩展程序,该扩展的主要功能是“An utility to avoid typing repeated url”。

扩展截图

screenshot

下载Url Appender扩展crx文件

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

扩展使用说明

                        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 !                    

扩展基本信息

名称 Url Appender Url Appender
ID omehmfjfcedkfnipdkiplalieakjgeob
官方URL https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob
简介 An utility to avoid typing repeated url
文件大小 39.66 KB
安装次数 67
当前版本 1.0
更新时间 2014-07-30
上架时间 2014-07-30
评分 5.00/5 共1次评分
开发者 http://blog.tamizhvendan.in
付费类型 free
支持的语言 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
    }
}