History On/Off
Pause and resume history with a click
History On/Off란 무엇입니까?
History On/Off은(는) https://singleclickapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pause and resume history with a click"입니다.
확장 프로그램 스크린샷
History On/Off 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is just a simple on/off switch. Click to pause history logging. Click again to resume. When activated, it clears the log while you are browsing. That's all it does.
확장 프로그램 기본 정보
이름 | History On/Off |
ID | ljbpakpmiimdmblcjjhhbfabbkmcgmdp |
공식 URL | https://chromewebstore.google.com/detail/history-onoff/ljbpakpmiimdmblcjjhhbfabbkmcgmdp |
설명 | Pause and resume history with a click |
파일 크기 | 31.55 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.3.6.1 |
최근 업데이트 | 2018-01-09 |
출시 날짜 | 2018-01-08 |
평점 | 3.98/5 총 65 개의 평점 |
개발자 | https://singleclickapps.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://singleclickapps.com/history-on-off/ |
개인정보 보호 정책 페이지 URL | https://singleclickapps.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History On\/Off", "version": "1.3.6.1", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/history-on-off", "description": "Pause and resume history with a click", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "history", "browsingData", "contextMenus" ], "offline_enabled": true, "browser_action": { "default_icon": "icon.png", "default_title": "History On\/Off" }, "incognito": "spanning", "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "settings.html" } |