Giter Site home page Giter Site logo

the-paavo / new-tab-last Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 33 KB

Selainlisäosa, joka pyrkii sijoittamaan uudet välilehdet aina viimeiseksi. This browser extension tries to place newly opened tabs at the end.

License: The Unlicense

JavaScript 100.00%

new-tab-last's Introduction

English version / sivu englanniksi

Uusi välilehti viimeiseksi

Selainlisäosa Chromium-pohjaisiin selaimiin. Lisäosa pyrkii sijoittamaan uudet välilehdet aina viimeiseksi.

Olen myös taiteilija!

Lisäosan koko lähdekoodi on tässä - yksi rivi:
chrome.tabs.onCreated.addListener(newTab => chrome.tabs.move(newTab.id, { 'index': -1 }))

Manifest-tiedosto on version 3 mukainen, eikä lisäosa tarvitse mitään erityisiä oikeuksia.

Asennus

Asenna lisäosa Microsoft Edgen lisäosakaupasta tai Chromen Web Storesta. Voit asentaa sen myös manuaalisesti pakkaamattomana lisäosana.

Microsoft Edge -lisäosat Chrome Web Store



New tabs last

Browser extension for Chromium based browsers. This extension tries to place newly opened tabs at the end.

I'm also an artist!

The full source code for the extension is here - one line:
chrome.tabs.onCreated.addListener(newTab => chrome.tabs.move(newTab.id, { 'index': -1 }))

The manifest file for the extension is version 3. No special permissions needed.

Installation

Install this extension from Microsoft Edge Add-ons website or Chrome Web Store. You can also install it manually as an unpacked extension.

Microsoft Edge Add-ons Chrome Web Store

new-tab-last's People

Contributors

the-paavo avatar

Watchers

 avatar

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.