Tumblr Reblog Comments

Get comments from reblogs.

Co to jest Tumblr Reblog Comments?

Tumblr Reblog Comments to rozszerzenie Chrome opracowane przez syerunkar, a jego główną funkcją jest „Get comments from reblogs.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tumblr Reblog Comments

Pobierz pliki rozszerzeń Tumblr Reblog Comments w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tumblr Reblog Comments Tumblr Reblog Comments
ID mlchdachnipnhbnckjcjlbgpabnagabb
Oficjalny URL https://chromewebstore.google.com/detail/tumblr-reblog-comments/mlchdachnipnhbnckjcjlbgpabnagabb
Opis Get comments from reblogs.
Rozmiar pliku 46.64 KB
Liczba instalacji 73
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2014-07-17
Data Publikacji 2014-07-17
Deweloper syerunkar
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}