Enable Craigslist Links
This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
Hvad er Enable Craigslist Links?
Enable Craigslist Links er en Chrome-udvidelse udviklet af pady, og dens hovedfunktion er "This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.".
Udvidelsesskærmbilleder
Download Enable Craigslist Links-udvidelses-CRX-fil
Download Enable Craigslist Links-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension will convert the text URLs in any Craigslist Ad into clickable links. So, no more copy-paste.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | nlbnonpodlmfhblfoljhichphogniooe |
Officiel URL | https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe |
Beskrivelse | This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste. |
Filstørrelse | 20.61 KB |
Antal Installationer | 1,000 |
Nuværende Version | 2.0 |
Senest Opdateret | 2017-01-12 |
Udgivelsesdato | 2017-01-12 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | pady |
Betalingsmetode | free |
Udvidelseswebsted | http://tapclassifieds.com |
Understøttede Sprog | 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" ] } ] } |