[J2TeaM] URL Tools
Tools for play with url.
Cos'è [J2TeaM] URL Tools?
[J2TeaM] URL Tools è un'estensione di Chrome sviluppata da JUNO_OKYO, e la sua funzione principale è "Tools for play with url.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione [J2TeaM] URL Tools
Scarica i file di estensione [J2TeaM] URL Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | [J2TeaM] URL Tools |
ID | ainejfoifodhonlocompmgmgihdcfkck |
URL Ufficiale | https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck |
Descrizione | Tools for play with url. |
Dimensione del File | 15.49 KB |
Conteggio Installazioni | 496 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2015-03-05 |
Data di Pubblicazione | 2015-03-04 |
Valutazione | 4.97/5 Totale 36 Valutazioni |
Sviluppatore | JUNO_OKYO |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://junookyo.blogspot.com/ |
URL della Pagina di Aiuto | https://www.facebook.com/JunoOkyoBlog |
URL della Pagina della Politica sulla Privacy | https://j2team.org/privacy-policy |
Lingue Supportate | 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:\/\/*\/" ] } |