esa edit from here
A chrome extension for esa
Cos'è esa edit from here?
esa edit from here è un'estensione di Chrome sviluppata da tatsuyafw, e la sua funzione principale è "A chrome extension for esa".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione esa edit from here
Scarica i file di estensione esa edit from here in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
esa の Chrome Extension です。posts ページの指定したヘッダから編集が可能になります。
Informazioni di Base sull'Estensione
Nome | esa edit from here |
ID | ldgdbljbeieebobdaflempmfldkkohil |
URL Ufficiale | https://chromewebstore.google.com/detail/esa-edit-from-here/ldgdbljbeieebobdaflempmfldkkohil |
Descrizione | A chrome extension for esa |
Dimensione del File | 36.11 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-08-14 |
Data di Pubblicazione | 2017-08-14 |
Sviluppatore | tatsuyafw |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "esa edit from here", "description": "A chrome extension for esa", "version": "0.0.2", "author": "tatsuyafw", "content_scripts": [ { "matches": [ "https:\/\/*.esa.io\/posts\/*" ], "js": [ "lib\/jquery-3.2.1.min.js", "lib\/jquery.caret-0.3.1.min.js", "src\/main.js" ] } ] } |