Enable Craigslist Links

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

Was ist Enable Craigslist Links?

Enable Craigslist Links ist eine Chrome-Erweiterung, die von pady entwickelt wurde, und ihr Hauptmerkmal ist "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.".

Erweiterungsscreenshots

screenshot
screenshot

Enable Craigslist Links-Erweiterungs-CRX-Datei herunterladen

Laden Sie Enable Craigslist Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Enable Craigslist Links Enable Craigslist Links
ID nlbnonpodlmfhblfoljhichphogniooe
Offizielle URL https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe
Beschreibung This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
Dateigröße 20.61 KB
Installationsanzahl 1,000
Aktuelle Version 2.0
Letztes Update 2017-01-12
Veröffentlichungsdatum 2017-01-12
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler pady
Zahlungsart free
Erweiterungswebsite http://tapclassifieds.com
Unterstützte Sprachen 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"
            ]
        }
    ]
}