Lash Story Board
Manipulate the DOM when the page is done loading
什么是Lash Story Board?
Lash Story Board是由Anand Patel开发的Chrome扩展程序,该扩展的主要功能是“Manipulate the DOM when the page is done loading”。
扩展截图
下载Lash Story Board扩展crx文件
下载Lash Story Board扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows to inject Story Board link into DOM for TFS
扩展基本信息
名称 | Lash Story Board |
ID | ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
官方URL | https://chromewebstore.google.com/detail/lash-story-board/ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
简介 | Manipulate the DOM when the page is done loading |
文件大小 | 24.32 KB |
安装次数 | 10 |
当前版本 | 8 |
更新时间 | 2015-04-28 |
上架时间 | 2015-04-28 |
开发者 | Anand Patel |
付费类型 | free |
支持的语言 | 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:\/\/*\/*" ] } ] } |