Skip to content

Latest commit

 

History

History
89 lines (69 loc) · 2.07 KB

README.md

File metadata and controls

89 lines (69 loc) · 2.07 KB


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