#wrap
View all tags on a Tumblr post without clicking “see all”
Qu'est-ce que #wrap ?
#wrap est une extension Chrome développée par becca.ooo, et sa fonction principale est "View all tags on a Tumblr post without clicking “see all”".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension #wrap
Téléchargez les fichiers d'extension #wrap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Reverting Tumblr’s awful design choices, one at a time. Up to date, despite old screenshots.
Informations de Base sur l'Extension
Nom | #wrap |
ID | nbcgkdilbhnnoemimofnknocbkpldobi |
URL Officiel | https://chromewebstore.google.com/detail/wrap/nbcgkdilbhnnoemimofnknocbkpldobi |
Description | View all tags on a Tumblr post without clicking “see all” |
Taille du Fichier | 5.71 KB |
Nombre d'Installations | 3,775 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2018-04-23 |
Date de Publication | 2018-04-23 |
Évaluation | 4.68/5 Total 80 Évaluations |
Développeur | becca.ooo |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |