Add to Pinry
Pins images from current page to a Pinry installation.
What is Add to Pinry?
Add to Pinry is a Chrome extension developed by lapo, and its main feature is "Pins images from current page to a Pinry installation.".
Extension Screenshots
Download Add to Pinry Extension CRX File
Download Add to Pinry 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
Add images easily to your own installation of Pinry! (browser integration for official bookmarklet)
Extension Basic Information
Name | Add to Pinry |
ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
Official URL | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
Description | Pins images from current page to a Pinry installation. |
File Size | 9.61 KB |
Installation Count | 780 |
Current Version | 0.2.1 |
Last Updated | 2020-06-29 |
Publish Date | 2020-06-29 |
Rating | 4.00/5 Total 3 Ratings |
Developer | lapo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/lapo-luchini/browser-pinry |
Help Page URL | https://github.com/lapo-luchini/browser-pinry/issues |
Supported Languages | 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 } } |