Enable Craigslist Links

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

Qu'est-ce que Enable Craigslist Links ?

Enable Craigslist Links est une extension Chrome développée par pady, et sa fonction principale est "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Enable Craigslist Links

Téléchargez les fichiers d'extension Enable Craigslist Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Enable Craigslist Links Enable Craigslist Links
ID nlbnonpodlmfhblfoljhichphogniooe
URL Officiel 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.
Taille du Fichier 20.61 KB
Nombre d'Installations 1,000
Version Actuelle 2.0
Dernière Mise à Jour 2017-01-12
Date de Publication 2017-01-12
Évaluation 1.00/5 Total 2 Évaluations
Développeur pady
Type de Paiement free
Site Web de l'Extension http://tapclassifieds.com
Langues Prises en Charge 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"
            ]
        }
    ]
}