Permission Inspector
Snapshot of all the permissions used by each installed extension.
Permission Inspector란 무엇입니까?
Permission Inspector은(는) trishul.goel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Snapshot of all the permissions used by each installed extension."입니다.
확장 프로그램 스크린샷
Permission Inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Missing permissions inspector for Chrome - Snapshot of all the permissions used by each installed extension. Extension are powerful tools which can modify the browser using various features allowed by browser. While installing an Extension there is a permission prompt which tells what all features will be accessed by the Extension. Post that we have no way to know what an installed add-on is accessing. Permission inspector bridges this gap and shows what all an Extension can do to the browser. There are two views for this add-on Extension-wise: Shows permissions for each Extension. Permission-wise: Shows add-ons using each permission. This Extension is available in following languages: de - German en - English es- Spanish fr - French hi - Hindi it - Italian nl - Dutch pl - Polish pt - Portugese ru - Russian zh - Chinese(S)
확장 프로그램 기본 정보
이름 | Permission Inspector |
ID | ahfoecogpaccmnaiilgchbfemajmkcdi |
공식 URL | https://chromewebstore.google.com/detail/permission-inspector/ahfoecogpaccmnaiilgchbfemajmkcdi |
설명 | Snapshot of all the permissions used by each installed extension. |
파일 크기 | 81.9 KB |
설치 횟수 | 135 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-01-23 |
출시 날짜 | 2019-01-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | trishul.goel |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tsl143/addonManager |
도움말 페이지 URL | https://github.com/tsl143/addonManager/issues |
지원되는 언어 | de,en,fr,nl,es,it,pl,ru,hi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Permission Inspector", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.0", "icons": { "64": "icons\/icon_64.png" }, "background": { "scripts": [ "background_script.js" ] }, "browser_action": { "default_icon": { "64": "icons\/icon_64.png" }, "default_title": "__MSG_browserActionText__" }, "permissions": [ "management" ] } |