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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |