Simple History
A basic history tool to view visted site, no of visists and last visited
什麼是Simple History?
Simple History是由Miqdad Ali K開發的Chrome擴展程式,該擴展的主要功能是“A basic history tool to view visted site, no of visists and last visited”。
擴展截圖
下載Simple History擴展crx文件
下載Simple History擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Simple History |
ID | nlnocjkcmekdoghcabgkflhpliibmoha |
官方網址 | https://chromewebstore.google.com/detail/simple-history/nlnocjkcmekdoghcabgkflhpliibmoha |
簡介 | A basic history tool to view visted site, no of visists and last visited |
檔案大小 | 146 KB |
安裝次數 | 123 |
目前版本 | 1.1 |
更新時間 | 2016-02-23 |
上架時間 | 2016-02-23 |
開發者 | Miqdad Ali K |
付費類型 | free |
支援的語言 | 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" ] } |