Extension Reaper
Takes Chrome Extensions away when their time is up.
Extension Reaper란 무엇입니까?
Extension Reaper은(는) https://peekaprice.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Takes Chrome Extensions away when their time is up."입니다.
확장 프로그램 스크린샷
Extension Reaper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Trying Chrome extensions is great Adding extensions is easy But soon you have a ton of them and it’s a big hassle to clean them up ** FIXED ** Stability issues **ADDED ** To assist you in evaluating extensions, Extension Reaper shows you how much impact the extension can have on your privacy. Extension Reaper makes managing extensions easy. Each newly installed extension gets some time to live. When the time is up, and you have not marked an extension as a keeper, then Extension Reaper automatically disables the extension for you. Extension Reaper works as you want: * You set the 'time to live',for example 3 days. * You automatically get extensions cleaned-up with minimal effort. * Any manual actions you want to take are just one simple click. So'Keeping', 'disabling', 're-enabling', 'uninstalling' is simple and quick. * Extension Reaper shows you how much impact the extension can have on your privacy. --- Extension Reaper is proudly sponsored by PeekAPrice.Com. Check out the PeekAPrice Chrome store extension that compares product prices with Amazon as you shop. https://chrome.google.com/webstore/search/PeekaPrice?utm_source=chrome-ntp-icon
확장 프로그램 기본 정보
이름 | Extension Reaper |
ID | fediejdhigadpbgehpnjfaendnkloilg |
공식 URL | https://chromewebstore.google.com/detail/extension-reaper/fediejdhigadpbgehpnjfaendnkloilg |
설명 | Takes Chrome Extensions away when their time is up. |
파일 크기 | 29.54 KB |
설치 횟수 | 120 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2015-11-09 |
출시 날짜 | 2015-11-08 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://peekaprice.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension Reaper", "short_name": "Extension Reaper", "permissions": [ "management", "notifications", "alarms", "storage" ], "icons": { "16": "Plugin16.png", "96": "Plugin96.png" }, "background": { "scripts": [ "commonExtensionReaper.js", "extExtensionReaper.js" ], "persistent": true }, "description": "Takes Chrome Extensions away when their time is up.", "version": "1.3.0", "browser_action": { "default_icon": "Plugin16.png", "default_popup": "popup.html" } } |