Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Vad är Pinboard style?
Pinboard style är en Chrome-tillägg utvecklad av Zander Martineau, och dess huvudfunktion är "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".
Tilläggsskärmbilder
Ladda ner Pinboard style-förlängningens CRX-fil
Ladda ner Pinboard style-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
Officiell webbadress | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
Beskrivning | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
Filstorlek | 214 KB |
Antal Installationer | 101 |
Aktuell Version | 0.0.4 |
Senast Uppdaterad | 2014-08-03 |
Publiceringsdatum | 2014-08-03 |
Betyg | 4.83/5 Totalt 6 Betyg |
Utvecklare | Zander Martineau |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mrmartineau/pinboard-chrome-extension |
Hjälpsida URL | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
Stödda Språk | 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\/*" ] } |