#wrap

View all tags on a Tumblr post without clicking “see all”

Wat is #wrap?

#wrap is een Chrome-extensie ontwikkeld door becca.ooo, en de belangrijkste functie is "View all tags on a Tumblr post without clicking “see all”".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie #wrap

Download #wrap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Reverting Tumblr’s awful design choices, one at a time. Up to date, despite old screenshots.                    

Basisinformatie over de Extensie

Naam #wrap #wrap
ID nbcgkdilbhnnoemimofnknocbkpldobi
Officiële URL https://chromewebstore.google.com/detail/wrap/nbcgkdilbhnnoemimofnknocbkpldobi
Beschrijving View all tags on a Tumblr post without clicking “see all”
Bestandsgrootte 5.71 KB
Aantal Installaties 3,775
Huidige Versie 3.0.0
Laatst Bijgewerkt 2018-04-23
Publicatiedatum 2018-04-23
Beoordeling 4.68/5 Totaal 80 Beoordelingen
Ontwikkelaar becca.ooo
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "#wrap",
    "version": "3.0.0",
    "manifest_version": 2,
    "description": "View all tags on a Tumblr post without clicking \u201csee all\u201d",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tumblr.com\/dashboard\/*",
                "*:\/\/www.tumblr.com\/dashboard\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}