Enable Craigslist Links

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

Wat is Enable Craigslist Links?

Enable Craigslist Links is een Chrome-extensie ontwikkeld door pady, en de belangrijkste functie is "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Enable Craigslist Links

Download Enable Craigslist Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Enable Craigslist Links Enable Craigslist Links
ID nlbnonpodlmfhblfoljhichphogniooe
Officiële URL https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe
Beschrijving This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
Bestandsgrootte 20.61 KB
Aantal Installaties 1,000
Huidige Versie 2.0
Laatst Bijgewerkt 2017-01-12
Publicatiedatum 2017-01-12
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar pady
Betalingswijze free
Extensiewebsite http://tapclassifieds.com
Ondersteunde Talen 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"
            ]
        }
    ]
}