bilzard / kaggle-notebook-translation-helper

A Chrome extension that helps you translate Kaggle notebook with translate engine like Google Translate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaggle Notebook Translation Helper

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

  1. Inserts a link button in the kaggle notebook web page
  2. When clicked, the Kaggle Notebook source code is opened in a new tab. This page is the src attribute in the original iframe tag, so you can translate it using a translation engine such as Google Translate.

Installation

1. From Chrome Web Store

Kaggle Notebook Translation Helper

2. From this repository

  1. clone this repository
  2. load an unpacked extension in developer mode (add resources in src directory)

Screenshot

screen.mp4

About

A Chrome extension that helps you translate Kaggle notebook with translate engine like Google Translate.

License:MIT License


Languages

Language:JavaScript 80.9%Language:CSS 16.0%Language:Makefile 3.1%