Responsive Inspector Reloaded
Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers.
Responsive Inspector Reloaded란 무엇입니까?
Responsive Inspector Reloaded은(는) mistatwista에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers."입니다.
확장 프로그램 스크린샷
Responsive Inspector Reloaded 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Original version of Responsive Inspector was broken. https://chrome.google.com/webstore/detail/responsive-inspector-beta/memcdolmmnmnleeiodllgpibdjlkbpim Piotr Walczyszyn (developer) stopped supporting and updating of extension. This version is open sourced and have GitHub project page: https://github.com/MistaTwista/Responsive-Inspector-Reloaded Feel free to fork and making pull requests or add issues.
확장 프로그램 기본 정보
이름 | Responsive Inspector Reloaded |
ID | elmkkpeccekaekegjhnekaolcjafnnep |
공식 URL | https://chromewebstore.google.com/detail/responsive-inspector-relo/elmkkpeccekaekegjhnekaolcjafnnep |
설명 | Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers. |
파일 크기 | 499 KB |
설치 횟수 | 1,761 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-05-10 |
출시 날짜 | 2017-05-10 |
평점 | 4.31/5 총 13 개의 평점 |
개발자 | mistatwista |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/MistaTwista/Responsive-Inspector-Reloaded |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Responsive Inspector Reloaded" }, "description": "Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "22.0", "name": "Responsive Inspector Reloaded", "permissions": [ "tabs", "storage", " |