Pin Unpin All

A button to pin or unpin all the tabs in the window.

Hvad er Pin Unpin All?

Pin Unpin All er en Chrome-udvidelse udviklet af ev0lut1on, og dens hovedfunktion er "A button to pin or unpin all the tabs in the window.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Pin Unpin All-udvidelses-CRX-fil

Download Pin Unpin All-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Click the button to pin/unpin all tabs in the current window based on the state of the active tab.

For a keyboard shortcut go to: chrome://extensions/shortcuts.

Compatible with dark and light themes.                    

Grundlæggende oplysninger om udvidelsen

Navn Pin Unpin All Pin Unpin All
ID cpncfbofpjgdfpmdacbagkaoglmkhnne
Officiel URL https://chromewebstore.google.com/detail/pin-unpin-all/cpncfbofpjgdfpmdacbagkaoglmkhnne
Beskrivelse A button to pin or unpin all the tabs in the window.
Filstørrelse 9.72 KB
Antal Installationer 3,246
Nuværende Version 2.0
Senest Opdateret 2023-12-11
Udgivelsesdato 2019-10-15
Bedømmelse 4.93/5 Samlet 14 Bedømmelser
Udvikler ev0lut1on
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ev0lut1on.com
Hjælpeside-URL https://ev0lut1on.com
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pin Unpin All",
    "version": "2.0",
    "action": [],
    "description": "A button to pin or unpin all the tabs in the window.",
    "icons": {
        "16": "Pin16.png",
        "24": "Pin24.png",
        "32": "Pin32.png",
        "48": "Pin48.png",
        "128": "Pin128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "short_name": "Pin Unpin All"
}