[J2TeaM] URL Tools

Tools for play with url.

ما هو [J2TeaM] URL Tools؟

[J2TeaM] URL Tools هو إضافة Chrome تم تطويرها بواسطة JUNO_OKYO، والميزة الرئيسية لها هي "Tools for play with url.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة [J2TeaM] URL Tools

قم بتنزيل ملفات الامتداد [J2TeaM] URL Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم [J2TeaM] URL Tools [J2TeaM] URL Tools
ID ainejfoifodhonlocompmgmgihdcfkck
عنوان URL الرسمي https://chromewebstore.google.com/detail/j2team-url-tools/ainejfoifodhonlocompmgmgihdcfkck
الوصف Tools for play with url.
حجم الملف 15.49 KB
عدد التثبيتات 496
النسخة الحالية 1.0.1
آخر تحديث 2015-03-05
تاريخ النشر 2015-03-04
تقييم 4.97/5 مجموع تقييمات 36
المطور JUNO_OKYO
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://junookyo.blogspot.com/
عنوان صفحة المساعدة https://www.facebook.com/JunoOkyoBlog
عنوان صفحة سياسة الخصوصية https://j2team.org/privacy-policy
اللغات المدعومة 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:\/\/*\/"
    ]
}