[J2TeaM] URL Tools
Tools for play with url.
Wat is [J2TeaM] URL Tools?
[J2TeaM] URL Tools is een Chrome-extensie ontwikkeld door JUNO_OKYO, en de belangrijkste functie is "Tools for play with url.".
Extensie Screenshots
Download het CRX-bestand van de extensie [J2TeaM] URL Tools
Download [J2TeaM] URL Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | ainejfoifodhonlocompmgmgihdcfkck |
| Officiële URL | https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck |
| Beschrijving | Tools for play with url. |
| Bestandsgrootte | 15.49 KB |
| Aantal Installaties | 496 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2015-03-05 |
| Publicatiedatum | 2015-03-04 |
| Beoordeling | 4.97/5 Totaal 36 Beoordelingen |
| Ontwikkelaar | JUNO_OKYO |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://junookyo.blogspot.com/ |
| Help Pagina-URL | https://www.facebook.com/JunoOkyoBlog |
| URL van de Privacybeleid Pagina | https://j2team.org/privacy-policy |
| Ondersteunde Talen | 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:\/\/*\/"
]
} | |