Simple History
A basic history tool to view visted site, no of visists and last visited
¿Qué es Simple History?
Simple History es una extensión de Chrome desarrollada por Miqdad Ali K, y su función principal es "A basic history tool to view visted site, no of visists and last visited".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple History
Descarga archivos de extensión Simple History en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Simple History |
ID | nlnocjkcmekdoghcabgkflhpliibmoha |
URL Oficial | https://chromewebstore.google.com/detail/simple-history/nlnocjkcmekdoghcabgkflhpliibmoha |
Descripción | A basic history tool to view visted site, no of visists and last visited |
Tamaño del Archivo | 146 KB |
Cantidad de Instalaciones | 123 |
Versión Actual | 1.1 |
Última Actualización | 2016-02-23 |
Fecha de Publicación | 2016-02-23 |
Desarrollador | Miqdad Ali K |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |