Better Pin It
Better Pinterest PinIt extension with context menu
Qu'est-ce que Better Pin It ?
Better Pin It est une extension Chrome développée par Dennis Hildenbrand, et sa fonction principale est "Better Pinterest PinIt extension with context menu".
Télécharger le fichier CRX de l'extension Better Pin It
Téléchargez les fichiers d'extension Better Pin It 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
Allows you to pin images from every page either through the task bar icon or from the context menu.
Informations de Base sur l'Extension
Nom | |
ID | dogjgmhpdaaibbnidlejhkgnmcknfekl |
URL Officiel | https://chrome.google.com/webstore/detail/better-pin-it/dogjgmhpdaaibbnidlejhkgnmcknfekl |
Description | Better Pinterest PinIt extension with context menu |
Taille du Fichier | 26.49 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-26 |
Date de Publication | 2014-01-26 |
Évaluation | 3.89/5 Total 9 Évaluations |
Développeur | Dennis Hildenbrand |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Pin It", "description": "Better Pinterest PinIt extension with context menu", "version": "1.0", "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js", "context.js" ] }, "browser_action": { "default_title": "Pin It", "default_icon": { "19": "pinterest_19.png", "38": "pinterest_38.png" } }, "icons": { "16": "pinterest_16.png", "48": "pinterest_48.png", "128": "pinterest_128.png" } } |