Google Search Result Url Shortener

Cut the needless parameters in Google search result url.

Co to jest Google Search Result Url Shortener?

Google Search Result Url Shortener to rozszerzenie Chrome opracowane przez k.bigwheel (Kazufumi Nishida), a jego główną funkcją jest „Cut the needless parameters in Google search result url.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Search Result Url Shortener

Pobierz pliki rozszerzeń Google Search Result Url Shortener 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

                        Cut the needless parameters in Google search result url.

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

Podstawowe informacje o rozszerzeniu

Nazwa Google Search Result Url Shortener Google Search Result Url Shortener
ID coigfbofeliglgkjaopaalfagoapncef
Oficjalny URL https://chromewebstore.google.com/detail/google-search-result-url/coigfbofeliglgkjaopaalfagoapncef
Opis Cut the needless parameters in Google search result url.
Rozmiar pliku 13.22 KB
Liczba instalacji 298
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2012-08-11
Data Publikacji 2012-08-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper k.bigwheel (Kazufumi Nishida)
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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."
    }
}