Enable Craigslist Links

This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.

Enable Craigslist Linksคืออะไร?

Enable Craigslist Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pady และคุณลักษณะหลักของมันคือ "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable Craigslist Links

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

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

                        This extension will convert the text URLs in any Craigslist Ad into clickable links. So, no more copy-paste.                    

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

ชื่อ Enable Craigslist Links Enable Craigslist Links
ID nlbnonpodlmfhblfoljhichphogniooe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe
คำอธิบาย This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
ขนาดไฟล์ 20.61 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2017-01-12
วันที่เผยแพร่ 2017-01-12
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา pady
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tapclassifieds.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enable Craigslist Links",
    "description": "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icons\/button.png"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "homepage_url": "http:\/\/tapclassifieds.com\/",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "linkEnableUtil.js"
            ]
        }
    ]
}