Product Hunt Bookmark Collections
Bookmark and save your favorite collections
Hvad er Product Hunt Bookmark Collections?
Product Hunt Bookmark Collections er en Chrome-udvidelse udviklet af Clément Quennesson, og dens hovedfunktion er "Bookmark and save your favorite collections".
Udvidelsesskærmbilleder
Download Product Hunt Bookmark Collections-udvidelses-CRX-fil
Download Product Hunt Bookmark Collections-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Product Hunt Bookmark Collections is the easiest way to bookmark and save your favorite collections on Product Hunt
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | oaedkejndiopbdlnpknmhknghahfajcf |
Officiel URL | https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf |
Beskrivelse | Bookmark and save your favorite collections |
Filstørrelse | 180 KB |
Antal Installationer | 62 |
Nuværende Version | 0.0.5 |
Senest Opdateret | 2015-07-19 |
Udgivelsesdato | 2015-07-19 |
Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
Udvikler | Clément Quennesson |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Product Hunt Bookmark Collections", "description": "Bookmark and save your favorite collections", "version": "0.0.5", "manifest_version": 2, "icons": { "19": "icons\/icon-19.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.producthunt.com\/*\/collections\/*", "*:\/\/www.producthunt.com\/e\/*" ], "js": [ "js\/jquery.min.js", "js\/inject.js" ] } ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_popup": "popup.html" } } |