Lash Story Board
Manipulate the DOM when the page is done loading
Qu'est-ce que Lash Story Board ?
Lash Story Board est une extension Chrome développée par Anand Patel, et sa fonction principale est "Manipulate the DOM when the page is done loading".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lash Story Board
Téléchargez les fichiers d'extension Lash Story Board au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows to inject Story Board link into DOM for TFS
Informations de Base sur l'Extension
Nom | Lash Story Board |
ID | ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
URL Officiel | https://chromewebstore.google.com/detail/lash-story-board/ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
Description | Manipulate the DOM when the page is done loading |
Taille du Fichier | 24.32 KB |
Nombre d'Installations | 10 |
Version Actuelle | 8 |
Dernière Mise à Jour | 2015-04-28 |
Date de Publication | 2015-04-28 |
Développeur | Anand Patel |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |