Pinboard.in condensed view

Pinboard.in condensed view

What is Pinboard.in condensed view?

Pinboard.in condensed view is a Chrome extension developed by https://justin.kelly.org.au, and its main feature is "Pinboard.in condensed view".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Pinboard.in condensed view Extension CRX File

Download Pinboard.in condensed view 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

                        A condensed view for Pinboard.in

* Condenses the bookmark listing
* Adds stripping for bookmark listing for easier viewing
* Removes stars
* Removes show and when bookmark was created
* Trims bookmarks title to 50 characters                    

Extension Basic Information

Name Pinboard.in condensed view Pinboard.in condensed view
ID mambbmaeihhfnajbfpgpbogempeakafj
Official URL https://chromewebstore.google.com/detail/pinboardin-condensed-view/mambbmaeihhfnajbfpgpbogempeakafj
Description Pinboard.in condensed view
File Size 96.67 KB
Installation Count 29
Current Version 0.1
Last Updated 2013-04-29
Publish Date 2013-04-28
Rating 5.00/5 Total 1 Ratings
Developer https://justin.kelly.org.au
Payment Type free
Extension Website https://github.com/justinkelly/chrome_pinboard_condensed
Help Page URL https://github.com/justinkelly/chrome_pinboard_condensed
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Pinboard.in condensed view",
    "name": "Pinboard.in condensed view",
    "icons": {
        "128": "img\/pinboard128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.pinboard.in\/*",
                "https:\/\/*.pinboard.in\/*"
            ],
            "js": [
                "jquery.js",
                "chrome_pinboard_condensed.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.1"
}