Simple History
A basic history tool to view visted site, no of visists and last visited
Was ist Simple History?
Simple History ist eine Chrome-Erweiterung, die von Miqdad Ali K entwickelt wurde, und ihr Hauptmerkmal ist "A basic history tool to view visted site, no of visists and last visited".
Erweiterungsscreenshots
Simple History-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Single click to view your all browsing historyView all your browsing history and total number of visit to particular URL. You can easily view your web hostory with total visit count, last visited time and search history Features * Daily visit history * No.of visit to particular URL * Last visited date * Easy search for URL or title of the page
Grundlegende Informationen zur Erweiterung
Name | Simple History |
ID | nlnocjkcmekdoghcabgkflhpliibmoha |
Offizielle URL | https://chromewebstore.google.com/detail/simple-history/nlnocjkcmekdoghcabgkflhpliibmoha |
Beschreibung | A basic history tool to view visted site, no of visists and last visited |
Dateigröße | 146 KB |
Installationsanzahl | 123 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-02-23 |
Veröffentlichungsdatum | 2016-02-23 |
Entwickler | Miqdad Ali K |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple History", "description": "A basic history tool to view visted site, no of visists and last visited", "version": "1.1", "permissions": [ "history" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "background": { "page": "popup.html" }, "web_accessible_resources": [ "img\/icon128.png" ] } |