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 |
官方網址 | 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:\/\/*\/*" ] } ] } |