Add to Pinry
Pins images from current page to a Pinry installation.
Qu'est-ce que Add to Pinry ?
Add to Pinry est une extension Chrome développée par lapo, et sa fonction principale est "Pins images from current page to a Pinry installation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add to Pinry
Téléchargez les fichiers d'extension Add to Pinry au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Add images easily to your own installation of Pinry! (browser integration for official bookmarklet)
Informations de Base sur l'Extension
Nom | Add to Pinry |
ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
URL Officiel | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
Description | Pins images from current page to a Pinry installation. |
Taille du Fichier | 9.61 KB |
Nombre d'Installations | 780 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2020-06-29 |
Date de Publication | 2020-06-29 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | lapo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lapo-luchini/browser-pinry |
URL de la Page d'Aide | https://github.com/lapo-luchini/browser-pinry/issues |
Langues Prises en Charge | 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 } } |