Skip to content

Seakimhour/pro-translate

Repository files navigation


Pro Translate
Pro Translate

Translate selected text on the web page and convert to specified format.

FeaturesInstallDevelopment SetupRecommended Tool

Features

  • Auto detect language and translate to target language.
  • Convert english text to specified format use in programming.
  • Use Change Case
Format Case Example
snake test_string
param test-string
camel testString
pascal TestString
path test/string
constant TEST_STRING
dot test.string
header Test-String
lower test string
capital Test String

Tech

  • Front-End: VueJs, Tailwind
  • Back-End: WebExtension Polyfill
  • Test: Cypress, Vite

Install

Manually

Clone this repository

git clone https://github.com/Seakimhour/pro-translate.git

Install dependency

npm install

Compile output

npm run prod

Load extension to Chrome

  1. go to chrome://extensions
  2. Enable Developer mode
  3. click on Load unpacked button
  4. upload dist folder inside project folder that has created after compile

Chrome Store

Install extension from Chrome Store

Chrome Store

Development Setup

Clone this repository

git clone https://github.com/Seakimhour/pro-translate.git

Install dependency

npm install

Compile Watch

npm run dev

Recommended Tool

About

Translate selected text on the web page and convert to specified format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published