Shortest URL Shortener

Shortest URL Shortener - created von Marketingradar.de

Shortest URL Shortenerคืออะไร?

Shortest URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mediaworx.com และคุณลักษณะหลักของมันคือ "Shortest URL Shortener - created von Marketingradar.de"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shortest URL Shortener

ดาวน์โหลดไฟล์ส่วนขยาย Shortest URL Shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This is the shortest URL shortener ever - well, the one of the shortest, and, btw. the one of the most simple. 

It needs just one single mouse click - and the URL of the current website is copied into the clipboard. Nothing more, nothing less - enjoy the simplicity!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shortest URL Shortener Shortest URL Shortener
ID kocefagidbbcdghmdnhndemdjpjjdngj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj
คำอธิบาย Shortest URL Shortener - created von Marketingradar.de
ขนาดไฟล์ 13.13 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-12-14
วันที่เผยแพร่ 2018-12-13
ผู้พัฒนา https://mediaworx.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mediaworx.com
URL หน้าช่วยเหลือ https://marketingradar.de
ภาษาที่รองรับ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "description": "Shortest URL Shortener - created von Marketingradar.de",
    "homepage_url": "https:\/\/marketingradar.de",
    "short_name": "Shortest URL Shortener",
    "author": "Evgeniy Orlov, [email protected]",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Shortest URL Shortener",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "http:\/\/v.gd\/*",
        "https:\/\/v.gd\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3"
}