Enable Craigslist Links

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

什么是Enable Craigslist Links?

Enable Craigslist Links是由pady开发的Chrome扩展程序,该扩展的主要功能是“This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.”。

扩展截图

screenshot
screenshot

下载Enable Craigslist Links扩展crx文件

下载Enable Craigslist Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Enable Craigslist Links Enable Craigslist Links
ID nlbnonpodlmfhblfoljhichphogniooe
官方URL https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe
简介 This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
文件大小 20.61 KB
安装次数 1,000
当前版本 2.0
更新时间 2017-01-12
上架时间 2017-01-12
评分 1.00/5 共2次评分
开发者 pady
付费类型 free
扩展官网 http://tapclassifieds.com
支持的语言 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"
            ]
        }
    ]
}