Enable Craigslist Links

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

Enable Craigslist Links là gì?

Enable Craigslist Links là một tiện ích mở rộng Chrome được phát triển bởi pady, và tính năng chính của nó là "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enable Craigslist Links

Tải xuống các tệp mở rộng Enable Craigslist Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enable Craigslist Links Enable Craigslist Links
ID nlbnonpodlmfhblfoljhichphogniooe
URL Chính Thức https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe
Mô tả This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
Kích Thước Tệp 20.61 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-01-12
Ngày Phát Hành 2017-01-12
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển pady
Loại Thanh Toán free
Trang Web Mở Rộng http://tapclassifieds.com
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}