Close Right

Close Right Tabs.

Vad är Close Right?

Close Right är en Chrome-tillägg utvecklad av asukaze, och dess huvudfunktion är "Close Right Tabs.".

Tilläggsskärmbilder

screenshot

Ladda ner Close Right-förlängningens CRX-fil

Ladda ner Close Right-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Add "Close Right" Button into toolbar.
The tabs to the right of the current tab will be closed.

Close Left:
https://chrome.google.com/webstore/detail/close-left/gdpopcppmglkiodhjobnjbogcoacgkoa
Close Others:
https://chrome.google.com/webstore/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb                    

Grundläggande Information om Tillägg

Namn Close Right Close Right
ID npemobdkdcknhfaiioheeffincgpgafj
Officiell webbadress https://chromewebstore.google.com/detail/close-right/npemobdkdcknhfaiioheeffincgpgafj
Beskrivning Close Right Tabs.
Filstorlek 6.33 KB
Antal Installationer 4,274
Aktuell Version 0.5
Senast Uppdaterad 2022-09-13
Publiceringsdatum 2012-10-06
Betyg 4.60/5 Totalt 15 Betyg
Utvecklare asukaze
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.asukaze.net/soft/ch_removetabs/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Right",
    "version": "0.5",
    "manifest_version": 3,
    "description": "Close Right Tabs.",
    "icons": {
        "16": "close_right.png",
        "48": "close_right_48.png",
        "128": "close_right_128.png"
    },
    "action": {
        "default_icon": "close_right.png",
        "default_title": "Close Right"
    },
    "background": {
        "service_worker": "close_right.js"
    }
}