Pin It!

Save links to read later across any chrome.

什么是Pin It!?

Pin It!是由blackchilled开发的Chrome扩展程序,该扩展的主要功能是“Save links to read later across any chrome.”。

下载Pin It!扩展crx文件

下载Pin It!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Pin It! Pin It!
ID lelclmmddkdnopplahfbddmjeiocfcld
官方URL https://chrome.google.com/webstore/detail/pin-it/lelclmmddkdnopplahfbddmjeiocfcld
简介 Save links to read later across any chrome.
文件大小 48.21 KB
安装次数 11
当前版本 0.0.1
更新时间 2015-01-07
上架时间 2015-01-07
开发者 blackchilled
付费类型 free
支持的语言 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"
        ]
    }
}