Javascript runner
This extension allows you to execute Javascript code on site pages (after they have been fully loaded).
Javascript runnerとは何ですか?
Javascript runnerはhttps://namata.ruによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to execute Javascript code on site pages (after they have been fully loaded).」です。
拡張機能のスクリーンショット
Javascript runner拡張機能のCRXファイルをダウンロード
Javascript runner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to execute Javascript code on site pages (after they have been fully loaded). Just click on extension icon, write your javascript code and press "Set". After that this script will execute each time when page on this site is full loaded.
拡張機能の基本情報
名前 | Javascript runner |
ID | kfokpcnpgiffpnlekenpdfohkieecmdf |
公式URL | https://chromewebstore.google.com/detail/javascript-runner/kfokpcnpgiffpnlekenpdfohkieecmdf |
説明 | This extension allows you to execute Javascript code on site pages (after they have been fully loaded). |
ファイルサイズ | 252 KB |
インストール数 | 144 |
現在のバージョン | 1.1 |
最終更新日 | 2020-11-05 |
公開日 | 2020-11-05 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | https://namata.ru |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://en.namata.ru/extensions/javascriptrunner/ |
ヘルプページのURL | https://en.namata.ru/support/thanksforinstall/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Javascript runner", "description": "This extension allows you to execute Javascript code on site pages (after they have been fully loaded).", "version": "1.1", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ " |