The Un-Tumblr
Brings back the old reblog layout
The Un-Tumblrとは何ですか?
The Un-TumblrはSam Rustonによって開発されたChromeの拡張機能で、その主な機能は「Brings back the old reblog layout」です。
拡張機能のスクリーンショット
The Un-Tumblr拡張機能のCRXファイルをダウンロード
The Un-Tumblr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | The Un-Tumblr |
ID | ldmnelehpegfnefohgbpnpjakebjjfja |
公式URL | https://chromewebstore.google.com/detail/the-un-tumblr/ldmnelehpegfnefohgbpnpjakebjjfja |
説明 | Brings back the old reblog layout |
ファイルサイズ | 38.79 KB |
インストール数 | 107 |
現在のバージョン | 1.1 |
最終更新日 | 2015-09-06 |
公開日 | 2015-09-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Sam Ruston |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Un-Tumblr", "description": "Brings back the old reblog layout", "version": "1.1", "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery-2.1.4.min.js", "script.js" ], "css": [ "style.css" ], "matches": [ "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ] } ], "manifest_version": 2 } |