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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}