Pins
Pins Chrome extension
What is Pins?
Pins is a Chrome extension developed by https://objectivesheep.com, and its main feature is "Pins Chrome extension".
Extension Screenshots
Download Pins Extension CRX File
Download Pins 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
Chrome Extension for Pins, the Mac Bookmarks Manager App. This extension will add a toolbar button that allows to add the current page to Pins with one simple click.
Extension Basic Information
Name | Pins |
ID | bijbbalamfkbdladlefegiaajfhmbjep |
Official URL | https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep |
Description | Pins Chrome extension |
File Size | 8.08 KB |
Installation Count | 486 |
Current Version | 2.0 |
Last Updated | 2018-08-03 |
Publish Date | 2018-08-03 |
Rating | 4.00/5 Total 5 Ratings |
Developer | https://objectivesheep.com |
Payment Type | free |
Extension Website | http://pinsapp.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pins", "description": "Pins Chrome extension", "version": "2.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "Info-48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Add to Pins", "default_icon": "icon.png" }, "manifest_version": 2 } |