Lash Story Board
Manipulate the DOM when the page is done loading
Apa itu Lash Story Board?
Lash Story Board adalah ekstensi Chrome yang dikembangkan oleh Anand Patel, dan fitur utamanya adalah "Manipulate the DOM when the page is done loading".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lash Story Board
Unduh file ekstensi Lash Story Board dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows to inject Story Board link into DOM for TFS
Informasi Dasar Ekstensi
Nama | Lash Story Board |
ID | ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
URL Resmi | https://chromewebstore.google.com/detail/lash-story-board/ambbkmfmmaacpmkgmdoigkcpnjhbaebc |
Deskripsi | Manipulate the DOM when the page is done loading |
Ukuran File | 24.32 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 8 |
Terakhir Diperbarui | 2015-04-28 |
Tanggal Publikasi | 2015-04-28 |
Pengembang | Anand Patel |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } ] } |