[J2TeaM] URL Tools
Tools for play with url.
[J2TeaM] URL Tools란 무엇입니까?
[J2TeaM] URL Tools은(는) JUNO_OKYO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools for play with url."입니다.
확장 프로그램 스크린샷
[J2TeaM] URL Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension gives you a lot of tools and utilities to "play" with URL(s): + Share link on Social Networks. + Report abuse to Google. + Shorten with Bit.ly, Goo.gl and TinyURL... + Tools for developers such as Alexa, Whois lookup, Facebook Debugger... + Translate page, scan on VirusTotal... + ...and many other features will be update!
확장 프로그램 기본 정보
이름 | [J2TeaM] URL Tools |
ID | ainejfoifodhonlocompmgmgihdcfkck |
공식 URL | https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck |
설명 | Tools for play with url. |
파일 크기 | 15.49 KB |
설치 횟수 | 496 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2015-03-05 |
출시 날짜 | 2015-03-04 |
평점 | 4.97/5 총 36 개의 평점 |
개발자 | JUNO_OKYO |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://junookyo.blogspot.com/ |
도움말 페이지 URL | https://www.facebook.com/JunoOkyoBlog |
개인정보 보호 정책 페이지 URL | https://j2team.org/privacy-policy |
지원되는 언어 | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDesc__", "author": "__MSG_extAuthor__", "version": "1.0.1", "manifest_version": 2, "homepage_url": "http:\/\/junookyo.blogspot.com\/", "background": { "persistent": false, "scripts": [ "background.min.js" ] }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_locale": "en", "offline_enabled": true, "minimum_chrome_version": "26", "permissions": [ "contextMenus", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |