esa edit from here
A chrome extension for esa
Co to jest esa edit from here?
esa edit from here to rozszerzenie Chrome opracowane przez tatsuyafw, a jego główną funkcją jest „A chrome extension for esa”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia esa edit from here
Pobierz pliki rozszerzeń esa edit from here w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
esa の Chrome Extension です。posts ページの指定したヘッダから編集が可能になります。 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ldgdbljbeieebobdaflempmfldkkohil |
| Oficjalny URL | https://chromewebstore.google.com/detail/esa-edit-from-here/ldgdbljbeieebobdaflempmfldkkohil |
| Opis | A chrome extension for esa |
| Rozmiar pliku | 36.11 KB |
| Liczba instalacji | 10 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2017-08-14 |
| Data Publikacji | 2017-08-14 |
| Deweloper | tatsuyafw |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |