Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Co to jest Pinboard style?
Pinboard style to rozszerzenie Chrome opracowane przez Zander Martineau, a jego główną funkcją jest „This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pinboard style
Pobierz pliki rozszerzeń Pinboard style w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
Oficjalny URL | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
Opis | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
Rozmiar pliku | 214 KB |
Liczba instalacji | 101 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2014-08-03 |
Data Publikacji | 2014-08-03 |
Ocena | 4.83/5 Łącznie 6 Oceny |
Deweloper | Zander Martineau |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mrmartineau/pinboard-chrome-extension |
Adres URL Strony Pomocy | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
Obsługiwane Języki | 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\/*" ] } |