Add to Pinry

Pins images from current page to a Pinry installation.

什么是Add to Pinry?

Add to Pinry是由lapo开发的Chrome扩展程序,该扩展的主要功能是“Pins images from current page to a Pinry installation.”。

扩展截图

screenshot
screenshot
screenshot

下载Add to Pinry扩展crx文件

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

扩展使用说明

                        Add images easily to your own installation of Pinry!
(browser integration for official bookmarklet)                    

扩展基本信息

名称 Add to Pinry Add to Pinry
ID jmhdcnmfkglikfjafdmdikoonedgijpa
官方URL https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa
简介 Pins images from current page to a Pinry installation.
文件大小 9.61 KB
安装次数 780
当前版本 0.2.1
更新时间 2020-06-29
上架时间 2020-06-29
评分 4.00/5 共3次评分
开发者 lapo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/lapo-luchini/browser-pinry
帮助页面URL https://github.com/lapo-luchini/browser-pinry/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Pinry",
    "version": "0.2.1",
    "description": "Pins images from current page to a Pinry installation.",
    "manifest_version": 2,
    "icons": {
        "48": "ico-48.png",
        "128": "ico-128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "ico-128.png",
        "default_title": "Add to Pinry"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "chrome_style": true
    }
}