Tumblr Reblog Comments
Get comments from reblogs.
Tumblr Reblog Commentsとは何ですか?
Tumblr Reblog Commentsはsyerunkarによって開発されたChromeの拡張機能で、その主な機能は「Get comments from reblogs.」です。
拡張機能のスクリーンショット
Tumblr Reblog Comments拡張機能のCRXファイルをダウンロード
Tumblr Reblog Comments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to view comments added by rebloggers on any post in your dashboard. Just click on the new "reblog comments" text next to "notes" to see them. Note: It's still a bit glitchy from time to time. If something looks messed up, please try refreshing the page. I haven't been able to replicate the positioning and animations of the notes pop-up completely, so look forward to future updates :D Disclaimer: I'm not affiliated with Tumblr in any way or form.
拡張機能の基本情報
名前 | Tumblr Reblog Comments |
ID | mlchdachnipnhbnckjcjlbgpabnagabb |
公式URL | https://chromewebstore.google.com/detail/tumblr-reblog-comments/mlchdachnipnhbnckjcjlbgpabnagabb |
説明 | Get comments from reblogs. |
ファイルサイズ | 46.64 KB |
インストール数 | 73 |
現在のバージョン | 0.0.2 |
最終更新日 | 2014-07-17 |
公開日 | 2014-07-17 |
開発者 | syerunkar |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Reblog Comments", "description": "Get comments from reblogs.", "version": "0.0.2", "icons": { "128": "icon-128.png" }, "permissions": [ "https:\/\/www.tumblr.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "js": [ "libs.js", "tumblr-reblog-comments.js" ] } ] } |