The Webguy Tools
A set of easy to access tools that each webmaster needs!
The Webguy Tools란 무엇입니까?
The Webguy Tools은(는) http://www.sagive.co.il에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A set of easy to access tools that each webmaster needs!"입니다.
확장 프로그램 스크린샷
The Webguy Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Web Guy Tools is a collection of tools, Sites and information every web designer, Web marketing expert & programmer needs. Also, I have connected this addon to a Wordpress database so I promise to update and improve The Web Guy Tools over time. I have linked to the describing post on my website for additional support and you can also comment there and offer additional tools I might have missed or you just created. (icons by www.turbomilk.com) This was created by Sagive SEO
확장 프로그램 기본 정보
이름 | |
ID | chnkjhdghimojhnjpmgeikhkodjlongi |
공식 URL | https://chrome.google.com/webstore/detail/the-webguy-tools/chnkjhdghimojhnjpmgeikhkodjlongi |
설명 | A set of easy to access tools that each webmaster needs! |
파일 크기 | 136 KB |
설치 횟수 | 40 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2013-10-20 |
출시 날짜 | 2013-10-20 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | http://www.sagive.co.il |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.sagive.co.il/english/seo-blog/the-webguy-tools/ |
도움말 페이지 URL | http://www.sagive.co.il/english/seo-blog/the-webguy-tools/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Webguy Tools", "version": "0.0.2", "manifest_version": 2, "description": "A set of easy to access tools that each webmaster needs!", "homepage_url": "http:\/\/www.sagive.co.il\/english\/seo-blog\/the-webguy-tools\/", "icons": { "16": "icons\/webmastertools-16.png", "48": "icons\/webmaster-toolbox-48.png", "128": "icons\/webmaster-toolbox-128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/webmastertools-19.png", "default_title": "Find Tool", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/www.sagive.co.il\/tools\/webmaster-tools\/*" ], "js": [ "js\/jquery\/jquery.min.js" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "tabs", "https:\/\/*\/*" ] } |