Cached link

Cached links show you what a webpage looked like the last time Google visited it

Co to jest Cached link?

Cached link to rozszerzenie Chrome opracowane przez -, a jego główną funkcją jest „Cached links show you what a webpage looked like the last time Google visited it”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cached link

Pobierz pliki rozszerzeń Cached link 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Cached link Cached link
ID dknndpinklaamkckfjfjdnmnmgaakcaf
Oficjalny URL https://chromewebstore.google.com/detail/cached-link/dknndpinklaamkckfjfjdnmnmgaakcaf
Opis Cached links show you what a webpage looked like the last time Google visited it
Rozmiar pliku 29.74 KB
Liczba instalacji 878
Aktualna Wersja 0.9
Ostatnia Aktualizacja 2015-06-23
Data Publikacji 2015-06-23
Ocena 3.25/5 Łącznie 4 Oceny
Deweloper -
Typ Płatności free
Obsługiwane Języki en,fr,es,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest__",
    "version": "0.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}