[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! 擴展基本資訊
| 名稱 | |
| ID | ainejfoifodhonlocompmgmgihdcfkck |
| 官方網址 | 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:\/\/*\/"
]
} | |