Lash Story Board
Manipulate the DOM when the page is done loading
Was ist Lash Story Board?
Lash Story Board ist eine Chrome-Erweiterung, die von Anand Patel entwickelt wurde, und ihr Hauptmerkmal ist "Manipulate the DOM when the page is done loading".
Erweiterungsscreenshots
Lash Story Board-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lash Story Board-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows to inject Story Board link into DOM for TFS
Grundlegende Informationen zur Erweiterung
Name | Lash Story Board |
ID | ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
Offizielle URL | https://chromewebstore.google.com/detail/lash-story-board/ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
Beschreibung | Manipulate the DOM when the page is done loading |
Dateigröße | 24.32 KB |
Installationsanzahl | 10 |
Aktuelle Version | 8 |
Letztes Update | 2015-04-28 |
Veröffentlichungsdatum | 2015-04-28 |
Entwickler | Anand Patel |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |