#wrap
View all tags on a Tumblr post without clicking “see all”
#wrapとは何ですか?
#wrapはbecca.oooによって開発されたChromeの拡張機能で、その主な機能は「View all tags on a Tumblr post without clicking “see all”」です。
拡張機能のスクリーンショット
#wrap拡張機能のCRXファイルをダウンロード
#wrap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reverting Tumblr’s awful design choices, one at a time. Up to date, despite old screenshots.
拡張機能の基本情報
名前 | #wrap |
ID | nbcgkdilbhnnoemimofnknocbkpldobi |
公式URL | https://chromewebstore.google.com/detail/wrap/nbcgkdilbhnnoemimofnknocbkpldobi |
説明 | View all tags on a Tumblr post without clicking “see all” |
ファイルサイズ | 5.71 KB |
インストール数 | 3,775 |
現在のバージョン | 3.0.0 |
最終更新日 | 2018-04-23 |
公開日 | 2018-04-23 |
評価 | 4.68/5 合計 80 レビュー |
開発者 | becca.ooo |
支払い方法 | free |
対応言語 | 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" ] } ] } |