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"
            ]
        }
    ]
}