Url Appender

An utility to avoid typing repeated url

Co to jest Url Appender?

Url Appender to rozszerzenie Chrome opracowane przez http://blog.tamizhvendan.in, a jego główną funkcją jest „An utility to avoid typing repeated url”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Url Appender

Pobierz pliki rozszerzeń Url Appender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 !                    

Podstawowe informacje o rozszerzeniu

Nazwa Url Appender Url Appender
ID omehmfjfcedkfnipdkiplalieakjgeob
Oficjalny URL https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob
Opis An utility to avoid typing repeated url
Rozmiar pliku 39.66 KB
Liczba instalacji 67
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-07-30
Data Publikacji 2014-07-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://blog.tamizhvendan.in
Typ Płatności free
Obsługiwane Języki 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
    }
}