[J2TeaM] URL Tools
Tools for play with url.
Qu'est-ce que [J2TeaM] URL Tools ?
[J2TeaM] URL Tools est une extension Chrome développée par JUNO_OKYO, et sa fonction principale est "Tools for play with url.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension [J2TeaM] URL Tools
Téléchargez les fichiers d'extension [J2TeaM] URL Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | [J2TeaM] URL Tools |
ID | ainejfoifodhonlocompmgmgihdcfkck |
URL Officiel | https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck |
Description | Tools for play with url. |
Taille du Fichier | 15.49 KB |
Nombre d'Installations | 496 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-03-05 |
Date de Publication | 2015-03-04 |
Évaluation | 4.97/5 Total 36 Évaluations |
Développeur | JUNO_OKYO |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://junookyo.blogspot.com/ |
URL de la Page d'Aide | https://www.facebook.com/JunoOkyoBlog |
URL de la Page de Politique de Confidentialité | https://j2team.org/privacy-policy |
Langues Prises en Charge | 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:\/\/*\/" ] } |