Abre.ai! URL Shortener

Shorten URL of pages to send via IM, Twitter, email or wherever you want.

Abre.ai! URL Shortenerคืออะไร?

Abre.ai! URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Demartini และคุณลักษณะหลักของมันคือ "Shorten URL of pages to send via IM, Twitter, email or wherever you want."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Abre.ai! URL Shortener

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

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

                        Shorten URLs using Abre.ai and send wherever you want.

Simple, fast and very easy.

After installing the extension just click on the extension icon in front of the address bar and you're done.                    

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

ชื่อ Abre.ai! URL Shortener Abre.ai! URL Shortener
ID manbfoambbfcbnhmjbnbggklhoclonnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb
คำอธิบาย Shorten URL of pages to send via IM, Twitter, email or wherever you want.
ขนาดไฟล์ 54.4 KB
จำนวนการติดตั้ง 2,120
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-02-02
วันที่เผยแพร่ 2016-11-10
คะแนน 3.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Demartini
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://abre.ai
URL หน้าช่วยเหลือ https://github.com/demartini/abreai-url-shortener/issues
ภาษาที่รองรับ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/abre.ai",
    "author": "Iolar Demartini Junior",
    "version": "2.0.1",
    "manifest_version": 2,
    "default_locale": "pt_BR",
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icons\/icon-16.png",
            "32": "assets\/images\/icons\/icon-32.png",
            "48": "assets\/images\/icons\/icon-48.png",
            "128": "assets\/images\/icons\/icon-128.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "assets\/images\/icons\/icon-16.png",
        "32": "assets\/images\/icons\/icon-32.png",
        "48": "assets\/images\/icons\/icon-48.png",
        "128": "assets\/images\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}