Inline Pinterest
Adds an inline Pinterest Pin button to all images viewed in Chrome
Vad är Inline Pinterest?
Inline Pinterest är en Chrome-tillägg utvecklad av adityajung, och dess huvudfunktion är "Adds an inline Pinterest Pin button to all images viewed in Chrome".
Tilläggsskärmbilder
Ladda ner Inline Pinterest-förlängningens CRX-fil
Ladda ner Inline Pinterest-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
Grundläggande Information om Tillägg
Namn | Inline Pinterest |
ID | lilpkdpnfinkopkfiheaacgmlggjcicn |
Officiell webbadress | https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn |
Beskrivning | Adds an inline Pinterest Pin button to all images viewed in Chrome |
Filstorlek | 3.53 KB |
Antal Installationer | 233 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-01-25 |
Publiceringsdatum | 2014-01-25 |
Betyg | 3.40/5 Totalt 5 Betyg |
Utvecklare | adityajung |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |