Pin'em All

Allows user to pin all open tabs or to unpin all pinned tabs

Vad är Pin'em All?

Pin'em All är en Chrome-tillägg utvecklad av Uman, och dess huvudfunktion är "Allows user to pin all open tabs or to unpin all pinned tabs".

Tilläggsskärmbilder

screenshot

Ladda ner Pin'em All-förlängningens CRX-fil

Ladda ner Pin'em All-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

                        Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.                    

Grundläggande Information om Tillägg

Namn Pin'em All Pin'em All
ID flbdaephiokahpnlkglmfjocndjcpegl
Officiell webbadress https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl
Beskrivning Allows user to pin all open tabs or to unpin all pinned tabs
Filstorlek 17.13 KB
Antal Installationer 397
Aktuell Version 1.0
Senast Uppdaterad 2016-09-16
Publiceringsdatum 2016-09-16
Betyg 4.75/5 Totalt 8 Betyg
Utvecklare Uman
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.umanski.me
Hjälpsida URL http://www.umanski.me
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pin'em All",
    "version": "1.0",
    "description": "Allows user to pin all open tabs or to unpin all pinned tabs",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "Pin'em ALl",
        "default_popup": "popup.html"
    }
}