Producht Hunt GIPHY integration
Search on GIPHY direct from Product Hunt and insert them into your comment!
Vad är Producht Hunt GIPHY integration?
Producht Hunt GIPHY integration är en Chrome-tillägg utvecklad av Moritz Kobrna, och dess huvudfunktion är "Search on GIPHY direct from Product Hunt and insert them into your comment!".
Tilläggsskärmbilder
Ladda ner Producht Hunt GIPHY integration-förlängningens CRX-fil
Ladda ner Producht Hunt GIPHY integration-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
Search for GIPHY images direct from the Product Hunt comment box. Grundläggande Information om Tillägg
| Namn | |
| ID | jamfnkplghnfbhfnpghgbccbdhhjgkan |
| Officiell webbadress | https://chromewebstore.google.com/detail/producht-hunt-giphy-integ/jamfnkplghnfbhfnpghgbccbdhhjgkan |
| Beskrivning | Search on GIPHY direct from Product Hunt and insert them into your comment! |
| Filstorlek | 75.11 KB |
| Antal Installationer | 27 |
| Aktuell Version | 0.1.5 |
| Senast Uppdaterad | 2017-12-18 |
| Publiceringsdatum | 2017-12-18 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Moritz Kobrna |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Producht Hunt GIPHY integration",
"description": "Search on GIPHY direct from Product Hunt and insert them into your comment!",
"version": "0.1.5",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon128.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
"images\/*.png"
],
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"https:\/\/www.producthunt.com\/*"
],
"js": [
"js\/content_script.js"
],
"css": [
"css\/application.css"
]
}
]
} | |