limbo
Limbo Isn't Meant to be Bar Ordained
What is limbo?
limbo is a Chrome extension developed by Ari Chivukula, and its main feature is "Limbo Isn't Meant to be Bar Ordained".
Extension Screenshots
Download limbo Extension CRX File
Download limbo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fix westlaw session timeout issues!
Extension Basic Information
Name | |
ID | lfbhccobbnjgldmepeadffgkkcbbemod |
Official URL | https://chromewebstore.google.com/detail/limbo/lfbhccobbnjgldmepeadffgkkcbbemod |
Description | Limbo Isn't Meant to be Bar Ordained |
File Size | 321 KB |
Installation Count | 16 |
Current Version | 445 |
Last Updated | 2019-05-26 |
Publish Date | 2019-05-25 |
Developer | Ari Chivukula |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AriChivukula/limbo/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "limbo", "version": "445", "description": "Limbo Isn't Meant to be Bar Ordained", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "limbo", "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } }, "permissions": [ "tabs", "https:\/\/*.westlaw.com\/*" ], "web_accessible_resources": [ "*" ], "content_scripts": [ { "matches": [ "https:\/\/*.westlaw.com\/*" ], "js": [ "content_westlaw.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |