Recent Pages
Reads your history, and shows the pages you opened.
Hvad er Recent Pages?
Recent Pages er en Chrome-udvidelse udviklet af http://www.jmdclasses.com, og dens hovedfunktion er "Reads your history, and shows the pages you opened.".
Udvidelsesskærmbilleder
Download Recent Pages-udvidelses-CRX-fil
Download Recent Pages-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
It will provide you a facility to automatically store your history about the page you opened.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cdmjgmpiajkgbilbbmjlkijmeeodngmh |
Officiel URL | https://chrome.google.com/webstore/detail/recent-pages/cdmjgmpiajkgbilbbmjlkijmeeodngmh |
Beskrivelse | Reads your history, and shows the pages you opened. |
Filstørrelse | 13.97 KB |
Antal Installationer | 56 |
Nuværende Version | 0.0.0.1 |
Senest Opdateret | 2014-10-06 |
Udgivelsesdato | 2014-10-06 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | http://www.jmdclasses.com |
Betalingsmetode | free |
Understøttede Sprog | 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 } |