[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文件
下载[J2TeaM] URL Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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:\/\/*\/" ] } |