Recent Pages
Reads your history, and shows the pages you opened.
Co to jest Recent Pages?
Recent Pages to rozszerzenie Chrome opracowane przez http://www.jmdclasses.com, a jego główną funkcją jest „Reads your history, and shows the pages you opened.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Recent Pages
Pobierz pliki rozszerzeń Recent Pages 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
It will provide you a facility to automatically store your history about the page you opened.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cdmjgmpiajkgbilbbmjlkijmeeodngmh |
Oficjalny URL | https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh |
Opis | Reads your history, and shows the pages you opened. |
Rozmiar pliku | 13.97 KB |
Liczba instalacji | 56 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2014-10-06 |
Data Publikacji | 2014-10-06 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | http://www.jmdclasses.com |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recent Pages", "version": "0.0.0.1", "description": "Reads your history, and shows the pages you opened.", "permissions": [ "history", "tabs" ], "browser_action": { "default_popup": "index.html", "default_icon": "history.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |