Product Hunt Bookmark Collections
Bookmark and save your favorite collections
什么是Product Hunt Bookmark Collections?
Product Hunt Bookmark Collections是由Clément Quennesson开发的Chrome扩展程序,该扩展的主要功能是“Bookmark and save your favorite collections”。
扩展截图
下载Product Hunt Bookmark Collections扩展crx文件
下载Product Hunt Bookmark Collections扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Product Hunt Bookmark Collections is the easiest way to bookmark and save your favorite collections on Product Hunt
扩展基本信息
名称 | |
ID | oaedkejndiopbdlnpknmhknghahfajcf |
官方URL | https://chrome.google.com/webstore/detail/product-hunt-bookmark-col/oaedkejndiopbdlnpknmhknghahfajcf |
简介 | Bookmark and save your favorite collections |
文件大小 | 180 KB |
安装次数 | 62 |
当前版本 | 0.0.5 |
更新时间 | 2015-07-19 |
上架时间 | 2015-07-19 |
评分 | 4.00/5 共2次评分 |
开发者 | Clément Quennesson |
付费类型 | free |
支持的语言 | 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" } } |