[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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ https://www.facebook.com/JunoOkyoBlog
URL หน้านโยบายความเป็นส่วนตัว 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:\/\/*\/"
    ]
}