Enable Craigslist Links
This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
Vad är Enable Craigslist Links?
Enable Craigslist Links är en Chrome-tillägg utvecklad av pady, och dess huvudfunktion är "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.".
Tilläggsskärmbilder
Ladda ner Enable Craigslist Links-förlängningens CRX-fil
Ladda ner Enable Craigslist Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension will convert the text URLs in any Craigslist Ad into clickable links. So, no more copy-paste.
Grundläggande Information om Tillägg
Namn | |
ID | nlbnonpodlmfhblfoljhichphogniooe |
Officiell webbadress | https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe |
Beskrivning | This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste. |
Filstorlek | 20.61 KB |
Antal Installationer | 1,000 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2017-01-12 |
Publiceringsdatum | 2017-01-12 |
Betyg | 1.00/5 Totalt 2 Betyg |
Utvecklare | pady |
Betalningssätt | free |
Tilläggswebbplats | http://tapclassifieds.com |
Stödda Språk | 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" ] } ] } |