Max Site Info
Instant access to the info and realated links to the one you are browsing!
Max Site Info란 무엇입니까?
Max Site Info은(는) maxc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant access to the info and realated links to the one you are browsing!"입니다.
확장 프로그램 스크린샷
Max Site Info 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Max Site Info - analytics tool for webmasters The Extension provides easy access to Google Page Rank, Alexa rank, Alexa Six month Traffic Trend, Related Links, Google Trends, Google AdPlanner, Who Is, robots.txt, sitemap.xml and more ...
확장 프로그램 기본 정보
이름 | Max Site Info |
ID | fkfglagacpnlfbbmlhlhacgfolhgnlbh |
공식 URL | https://chromewebstore.google.com/detail/max-site-info/fkfglagacpnlfbbmlhlhacgfolhgnlbh |
설명 | Instant access to the info and realated links to the one you are browsing! |
파일 크기 | 74.62 KB |
설치 횟수 | 181 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2012-10-06 |
출시 날짜 | 2012-10-06 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | maxc |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://cherevko.com/maxinfo.html |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon24.png", "default_title": "__MSG_max_default_title__", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "Instant access to the info and realated links to the one you are browsing!", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "manifest_version": 2, "name": "Max Site Info", "permissions": [ "tabs", "http:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |