[J2TeaM] URL Tools
Tools for play with url.
Was ist [J2TeaM] URL Tools?
[J2TeaM] URL Tools ist eine Chrome-Erweiterung, die von JUNO_OKYO entwickelt wurde, und ihr Hauptmerkmal ist "Tools for play with url.".
Erweiterungsscreenshots
[J2TeaM] URL Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie [J2TeaM] URL Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | [J2TeaM] URL Tools |
ID | ainejfoifodhonlocompmgmgihdcfkck |
Offizielle URL | https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck |
Beschreibung | Tools for play with url. |
Dateigröße | 15.49 KB |
Installationsanzahl | 496 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2015-03-05 |
Veröffentlichungsdatum | 2015-03-04 |
Bewertung | 4.97/5 Insgesamt 36 Bewertungen |
Entwickler | JUNO_OKYO |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://junookyo.blogspot.com/ |
Hilfeseite URL | https://www.facebook.com/JunoOkyoBlog |
URL der Datenschutzrichtlinien-Seite | https://j2team.org/privacy-policy |
Unterstützte Sprachen | 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:\/\/*\/" ] } |