Pin It!

Save links to read later across any chrome.

What is Pin It!?

Pin It! is a Chrome extension developed by blackchilled, and its main feature is "Save links to read later across any chrome.".

Download Pin It! Extension CRX File

Download Pin It! 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 super easy way to Pin your links so that you can read later on. Instead of trying to search your history later on, just Pin it and you can come back later and read that link. Perfect for those Wikipedia/Quora/Reddit browsing.

Created by BC                    

Extension Basic Information

Name Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
Official URL https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
Description Save links to read later across any chrome.
File Size 48.21 KB
Installation Count 11
Current Version 0.0.1
Last Updated 2015-01-07
Publish Date 2015-01-07
Developer blackchilled
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin It!",
    "manifest_version": 2,
    "version": "0.0.1",
    "description": "Save links to read later across any chrome.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo-bitty.png",
        "48": "logo-small.png",
        "128": "logo-large.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}