Enable Craigslist Links

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

What is Enable Craigslist Links?

Enable Craigslist Links is a Chrome extension developed by pady, and its main feature is "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.".

Extension Screenshots

screenshot
screenshot

Download Enable Craigslist Links Extension CRX File

Download Enable Craigslist Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Enable Craigslist Links Enable Craigslist Links
ID nlbnonpodlmfhblfoljhichphogniooe
Official URL https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe
Description This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
File Size 20.61 KB
Installation Count 1,000
Current Version 2.0
Last Updated 2017-01-12
Publish Date 2017-01-12
Rating 1.00/5 Total 2 Ratings
Developer pady
Payment Type free
Extension Website http://tapclassifieds.com
Supported Languages 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"
            ]
        }
    ]
}