Lash Story Board
Manipulate the DOM when the page is done loading
Hvad er Lash Story Board?
Lash Story Board er en Chrome-udvidelse udviklet af Anand Patel, og dens hovedfunktion er "Manipulate the DOM when the page is done loading".
Udvidelsesskærmbilleder
Download Lash Story Board-udvidelses-CRX-fil
Download Lash Story Board-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows to inject Story Board link into DOM for TFS Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
| Officiel URL | https://chromewebstore.google.com/detail/lash-story-board/ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
| Beskrivelse | Manipulate the DOM when the page is done loading |
| Filstørrelse | 24.32 KB |
| Antal Installationer | 10 |
| Nuværende Version | 8 |
| Senest Opdateret | 2015-04-28 |
| Udgivelsesdato | 2015-04-28 |
| Udvikler | Anand Patel |
| Betalingsmetode | free |
| Understøttede Sprog | 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:\/\/*\/*"
]
}
]
} | |