Lash Story Board
Manipulate the DOM when the page is done loading
Wat is Lash Story Board?
Lash Story Board is een Chrome-extensie ontwikkeld door Anand Patel, en de belangrijkste functie is "Manipulate the DOM when the page is done loading".
Extensie Screenshots
Download het CRX-bestand van de extensie Lash Story Board
Download Lash Story Board-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows to inject Story Board link into DOM for TFS
Basisinformatie over de Extensie
Naam | Lash Story Board |
ID | ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
Officiële URL | https://chromewebstore.google.com/detail/lash-story-board/ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
Beschrijving | Manipulate the DOM when the page is done loading |
Bestandsgrootte | 24.32 KB |
Aantal Installaties | 10 |
Huidige Versie | 8 |
Laatst Bijgewerkt | 2015-04-28 |
Publicatiedatum | 2015-04-28 |
Ontwikkelaar | Anand Patel |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |