Add to Pinry
Pins images from current page to a Pinry installation.
Wat is Add to Pinry?
Add to Pinry is een Chrome-extensie ontwikkeld door lapo, en de belangrijkste functie is "Pins images from current page to a Pinry installation.".
Extensie Screenshots
Download het CRX-bestand van de extensie Add to Pinry
Download Add to Pinry-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add images easily to your own installation of Pinry!
(browser integration for official bookmarklet) Basisinformatie over de Extensie
| Naam | |
| ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
| Officiële URL | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
| Beschrijving | Pins images from current page to a Pinry installation. |
| Bestandsgrootte | 9.61 KB |
| Aantal Installaties | 780 |
| Huidige Versie | 0.2.1 |
| Laatst Bijgewerkt | 2020-06-29 |
| Publicatiedatum | 2020-06-29 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | lapo |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/lapo-luchini/browser-pinry |
| Help Pagina-URL | https://github.com/lapo-luchini/browser-pinry/issues |
| Ondersteunde Talen | 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
}
} | |