Giter Site home page Giter Site logo

abhishektimalsina / type-nepali Goto Github PK

View Code? Open in Web Editor NEW
17.0 1.0 4.0 64 KB

Chrome extension to type in Nepali

Home Page: https://chromewebstore.google.com/detail/type-nepali/ljbhdpgfoeebgbchbkminmgecialnnen?pli=1

HTML 5.55% JavaScript 86.95% CSS 7.50%
chrome-extension nepali typing nepal unicode

type-nepali's Introduction

Type Nepali Chrome Extension ⌨️✨

Type Nepali is a chrome extension that gives your browser the power to type in Nepali.

Example

Picture of Extension

Jay Nepal becomes जय नेपाल

How to use?

  • Download or clone this repo on your machine
git clone https://github.com/AbhishekTimalsina/Type-Nepali.git
  • Open Chrome and click the Extensions icon
  • Select 'Manage Extensions'
  • Enable developer mode from the top right corner
  • Click "Load unpacked" and select the extension folder
  • Thank me later.

type-nepali's People

Contributors

abhishektimalsina avatar samir84753 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

type-nepali's Issues

Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist.

chrome.tabs.query({}, function (tabs) {
tabs.forEach(async (tab) => {
// if the tab is a chrome url return
const pattern = /^chrome\:\/\/.*/;
if (pattern.test(tab.url)) return;
console.log(tab);
await chrome.tabs.sendMessage(tab.id, {
translate: boolean,

The line await chrome.tabs.sendMessage(tab.id, {
translate: boolean, raises the Could not establish connection. Receiving end does not exist. error on some circumstances. This is most-likely because of the fact that chrome doesn't automatically re-inject the content scripts in the currently open tabs after the extension is updated/installed.
image

Add keyboard shortcuts support for turning the Nepali typing on/off.

Whenever a user needs to turn the extension on/off, they need to open the extension and click on/off. While chrome by default provides user the option to add a keyboard shortcut to activate the extension(show popup), it would just be easier if there would be a shortcut option to simply turn the Nepali typing on/off without opening the popup.

Firefox compatibility?

I tried to make this extension compatible with firefox but instead broke everything. So if anyone more competent them me could, please do that. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.