Lash Story Board
Manipulate the DOM when the page is done loading
What is Lash Story Board?
Lash Story Board is a Chrome extension developed by Anand Patel, and its main feature is "Manipulate the DOM when the page is done loading".
Extension Screenshots
Download Lash Story Board Extension CRX File
Download Lash Story Board 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
This extension allows to inject Story Board link into DOM for TFS
Extension Basic Information
Name | Lash Story Board |
ID | ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
Official URL | https://chromewebstore.google.com/detail/lash-story-board/ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
Description | Manipulate the DOM when the page is done loading |
File Size | 24.32 KB |
Installation Count | 10 |
Current Version | 8 |
Last Updated | 2015-04-28 |
Publish Date | 2015-04-28 |
Developer | Anand Patel |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lash Story Board", "version": "8", "manifest_version": 2, "description": "Manipulate the DOM when the page is done loading", "background": { "pages": [ "background.html" ] }, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |