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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | nlbnonpodlmfhblfoljhichphogniooe |
官方網址 | 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" ] } ] } |