Enable Craigslist Links
This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.
Co je Enable Craigslist Links?
Enable Craigslist Links je rozšíření Chrome vyvinuté pady, a jeho hlavní funkcí je „This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Enable Craigslist Links
Stáhněte si soubory rozšíření Enable Craigslist Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension will convert the text URLs in any Craigslist Ad into clickable links. So, no more copy-paste.
Základní Informace o Rozšíření
Název | |
ID | nlbnonpodlmfhblfoljhichphogniooe |
Oficiální URL | https://chrome.google.com/webstore/detail/enable-craigslist-links/nlbnonpodlmfhblfoljhichphogniooe |
Popis | This extension converts the text URLs in any Craigslist Ad to clickable links. So, no more copy-paste. |
Velikost souboru | 20.61 KB |
Počet instalací | 1,000 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2017-01-12 |
Datum Vydání | 2017-01-12 |
Hodnocení | 1.00/5 Celkem 2 Hodnocení |
Vývojář | pady |
Typ Platby | free |
Webové stránky Rozšíření | http://tapclassifieds.com |
Podporované Jazyky | 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" ] } ] } |