Simple History
A basic history tool to view visted site, no of visists and last visited
Qu'est-ce que Simple History ?
Simple History est une extension Chrome développée par Miqdad Ali K, et sa fonction principale est "A basic history tool to view visted site, no of visists and last visited".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple History
Téléchargez les fichiers d'extension Simple History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Simple History |
ID | nlnocjkcmekdoghcabgkflhpliibmoha |
URL Officiel | https://chromewebstore.google.com/detail/simple-history/nlnocjkcmekdoghcabgkflhpliibmoha |
Description | A basic history tool to view visted site, no of visists and last visited |
Taille du Fichier | 146 KB |
Nombre d'Installations | 123 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-02-23 |
Date de Publication | 2016-02-23 |
Développeur | Miqdad Ali K |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |