Inline Pinterest
Adds an inline Pinterest Pin button to all images viewed in Chrome
Co to jest Inline Pinterest?
Inline Pinterest to rozszerzenie Chrome opracowane przez adityajung, a jego główną funkcją jest „Adds an inline Pinterest Pin button to all images viewed in Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Inline Pinterest
Pobierz pliki rozszerzeń Inline Pinterest 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lilpkdpnfinkopkfiheaacgmlggjcicn |
| Oficjalny URL | https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn |
| Opis | Adds an inline Pinterest Pin button to all images viewed in Chrome |
| Rozmiar pliku | 3.53 KB |
| Liczba instalacji | 233 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2014-01-25 |
| Data Publikacji | 2014-01-25 |
| Ocena | 3.40/5 Łącznie 5 Oceny |
| Deweloper | adityajung |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Inline Pinterest",
"version": "1.0",
"manifest_version": 2,
"description": "Adds an inline Pinterest Pin button to all images viewed in Chrome",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"pinterestinline.js"
]
}
]
} | |