[J2TeaM] URL Tools

Tools for play with url.

Vad är [J2TeaM] URL Tools?

[J2TeaM] URL Tools är en Chrome-tillägg utvecklad av JUNO_OKYO, och dess huvudfunktion är "Tools for play with url.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner [J2TeaM] URL Tools-förlängningens CRX-fil

Ladda ner [J2TeaM] URL Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn [J2TeaM] URL Tools [J2TeaM] URL Tools
ID ainejfoifodhonlocompmgmgihdcfkck
Officiell webbadress https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck
Beskrivning Tools for play with url.
Filstorlek 15.49 KB
Antal Installationer 496
Aktuell Version 1.0.1
Senast Uppdaterad 2015-03-05
Publiceringsdatum 2015-03-04
Betyg 4.97/5 Totalt 36 Betyg
Utvecklare JUNO_OKYO
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://junookyo.blogspot.com/
Hjälpsida URL https://www.facebook.com/JunoOkyoBlog
URL till Sekretesspolicy Sidan https://j2team.org/privacy-policy
Stödda Språk 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:\/\/*\/"
    ]
}