Enable Craigslist Links
This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
Apa itu Enable Craigslist Links?
Enable Craigslist Links adalah ekstensi Chrome yang dikembangkan oleh pady, dan fitur utamanya adalah "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Enable Craigslist Links
Unduh file ekstensi Enable Craigslist Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will convert the text URLs in any Craigslist Ad into clickable links. So, no more copy-paste.
Informasi Dasar Ekstensi
Nama | |
ID | nlbnonpodlmfhblfoljhichphogniooe |
URL Resmi | https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe |
Deskripsi | This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste. |
Ukuran File | 20.61 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2017-01-12 |
Tanggal Publikasi | 2017-01-12 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | pady |
Tipe Pembayaran | free |
Situs Ekstensi | http://tapclassifieds.com |
Bahasa yang Didukung | 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" ] } ] } |