#wrap
View all tags on a Tumblr post without clicking “see all”
What is #wrap?
#wrap is a Chrome extension developed by becca.ooo, and its main feature is "View all tags on a Tumblr post without clicking “see all”".
Extension Screenshots
Download #wrap Extension CRX File
Download #wrap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Reverting Tumblr’s awful design choices, one at a time. Up to date, despite old screenshots.
Extension Basic Information
Name | #wrap |
ID | nbcgkdilbhnnoemimofnknocbkpldobi |
Official URL | https://chromewebstore.google.com/detail/wrap/nbcgkdilbhnnoemimofnknocbkpldobi |
Description | View all tags on a Tumblr post without clicking “see all” |
File Size | 5.71 KB |
Installation Count | 3,775 |
Current Version | 3.0.0 |
Last Updated | 2018-04-23 |
Publish Date | 2018-04-23 |
Rating | 4.68/5 Total 80 Ratings |
Developer | becca.ooo |
Payment Type | free |
Supported Languages | 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" ] } ] } |