Note: This extension is no more maintained.
Since the Kaggle Notebook source code is an independent resource imported via iframe
tags, it cannot be directly translated by translation engines such as Google Translate.
This chrome extension will help you translate the Kaggle Notebook using a translation engine such as Google Translate.
It works as follows
- Inserts a link button in the kaggle notebook web page
- When clicked, the Kaggle Notebook source code is opened in a new tab. This page is the
src
attribute in the originaliframe
tag, so you can translate it using a translation engine such as Google Translate.
- clone this repository
- load an unpacked extension in developer mode (add resources in
src
directory)