Better Pin It
Better Pinterest PinIt extension with context menu
What is Better Pin It?
Better Pin It is a Chrome extension developed by Dennis Hildenbrand, and its main feature is "Better Pinterest PinIt extension with context menu".
Download Better Pin It Extension CRX File
Download Better Pin It 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
Allows you to pin images from every page either through the task bar icon or from the context menu.
Extension Basic Information
Name | |
ID | dogjgmhpdaaibbnidlejhkgnmcknfekl |
Official URL | https://chrome.google.com/webstore/detail/better-pin-it/dogjgmhpdaaibbnidlejhkgnmcknfekl |
Description | Better Pinterest PinIt extension with context menu |
File Size | 26.49 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2014-01-26 |
Publish Date | 2014-01-26 |
Rating | 3.89/5 Total 9 Ratings |
Developer | Dennis Hildenbrand |
Payment Type | free |
Supported Languages | 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" } } |