Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
What is Pinboard style?
Pinboard style is a Chrome extension developed by Zander Martineau, and its main feature is "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".
Extension Screenshots
Download Pinboard style Extension CRX File
Download Pinboard style 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
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). It is under active development so if you find any problems, please create an issue at https://github.com/mrmartineau/pinboard-chrome-extension/issues.
Extension Basic Information
Name | |
ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
Official URL | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
Description | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
File Size | 214 KB |
Installation Count | 101 |
Current Version | 0.0.4 |
Last Updated | 2014-08-03 |
Publish Date | 2014-08-03 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Zander Martineau |
Payment Type | free |
Extension Website | https://github.com/mrmartineau/pinboard-chrome-extension |
Help Page URL | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinboard style", "version": "0.0.4", "manifest_version": 2, "description": "This is a simple extension to improve the look and feel for Pinboard (http:\/\/pinboard.in).", "homepage_url": "http:\/\/martineau.tv", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contentSettings", "https:\/\/pinboard.in\/*" ], "content_scripts": [ { "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ], "matches": [ "https:\/\/pinboard.in\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "src\/inject\/*", "img\/*" ] } |