Denote

Displays reblogs with comments on tumblr posts.

What is Denote?

Denote is a Chrome extension developed by Sourrust, and its main feature is "Displays reblogs with comments on tumblr posts.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Denote Extension CRX File

Download Denote 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

                        New in version 0.3.0

- Show the context of the current post response

With tumblr's default view of a chain of reblogs it looks like a giant, unreadable pyramid at a certain point. With this new feature in denote, you can view previous post in a more flat pattern -- from the original down to the current reblog. It makes reading the conversation more tolerable and much easier on newer people not accustomed to tumblr's unique design of a conversation.

New in version 0.2.1:

- Bug fixes
- Fix grouping of responses
- Fix horizontal scrollbar size

New in version 0.2.0:

- New button that opens current blog post in a new tab
- Pulls in reply typed notes

New in version 0.1.0:

- View full reblog posts with denote
- Notes show up as they load in                    

Extension Basic Information

Name Denote Denote
ID ibfbkmghalfjcfeoocejnhhenidpgnbg
Official URL https://chromewebstore.google.com/detail/denote/ibfbkmghalfjcfeoocejnhhenidpgnbg
Description Displays reblogs with comments on tumblr posts.
File Size 216 KB
Installation Count 70
Current Version 0.3.0
Last Updated 2015-05-08
Publish Date 2015-05-08
Rating 3.00/5 Total 2 Ratings
Developer Sourrust
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Denote",
    "description": "Displays reblogs with comments on tumblr posts.",
    "version": "0.3.0",
    "permissions": [
        "http:\/\/*.tumblr.com\/post\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.tumblr.com\/post\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}