Tree History
This extension demonstrates history as tree
Co to jest Tree History?
Tree History to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension demonstrates history as tree”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tree History
Pobierz pliki rozszerzeń Tree History 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 | |
| ID | kfgnedbkboedeildkjiodjhpldgfekjm |
| Oficjalny URL | https://chromewebstore.google.com/detail/tree-history/kfgnedbkboedeildkjiodjhpldgfekjm |
| Opis | This extension demonstrates history as tree |
| Rozmiar pliku | 64.09 KB |
| Liczba instalacji | 260 |
| Aktualna Wersja | 0.0.0.2 |
| Ostatnia Aktualizacja | 2014-05-25 |
| Data Publikacji | 2014-05-25 |
| Ocena | 3.47/5 Łącznie 15 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tree History",
"short_name": "Tree History",
"description": "This extension demonstrates history as tree",
"version": "0.0.0.2",
"icons": {
"16": "16p.png",
"32": "32p.png",
"48": "48p.png",
"128": "128p.png"
},
"permissions": [
"tabs",
"history"
],
"background": {
"scripts": [
"navigationsListener.js"
],
"persistent": true
},
"chrome_url_overrides": {
"history": "main.html"
}
} | |