Blue Button | the webpage X-ray
See title tags & meta description, scripts, stylesheets, images & fonts
Blue Button | the webpage X-ray란 무엇입니까?
Blue Button | the webpage X-ray은(는) Voice Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See title tags & meta description, scripts, stylesheets, images & fonts"입니다.
확장 프로그램 스크린샷
Blue Button | the webpage X-ray 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Creative or creator, designer or developer, chances are you don’t look at websites the same way most people do. Blue Button gives you a run-down of all essential web design, graphic and SEO elements in one click. Instantly see beneath the surface, and get all the info you need on any web page, whilst on the go. FOR SEO MANAGERS Easily access SEO related information such as title tag content, meta description, header information such as canonical url, image alt tags, authorship tags (publisher tag, author tag) etc FOR CONTENT MANAGERS AND COPYWRITERS Easily copy & paste meta description and title tag to new websites FOR DEVELOPERS Access a list of all scripts and stylesheets used on the site. View meta generator, wordpress scripts and theme references FOR WEB DESIGNERS View site favicon, touch icons and other images. Find out what google fonts are loaded
확장 프로그램 기본 정보
이름 | Blue Button | the webpage X-ray |
ID | ahbcoeleapdfhmlnjglbiaddohfncace |
공식 URL | https://chromewebstore.google.com/detail/blue-button-the-webpage-x/ahbcoeleapdfhmlnjglbiaddohfncace |
설명 | See title tags & meta description, scripts, stylesheets, images & fonts |
파일 크기 | 82.66 KB |
설치 횟수 | 10,000 |
현재 버전 | 3.0.15 |
최근 업데이트 | 2021-06-08 |
출시 날짜 | 2018-02-14 |
평점 | 4.71/5 총 21 개의 평점 |
개발자 | Voice Group |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "blue-button-icon-128x128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "dom.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "See title tags & meta description, scripts, stylesheets, images & fonts", "icons": { "128": "blue-button-icon-128x128.png" }, "manifest_version": 2, "name": "Blue Button | the webpage X-ray", "permissions": [], "short_name": "Blue Button", "version": "3.0.15" } |