Fancy Bookmarklet
Discover favorite items from online stores/shops and click Fav Button to save at FancyHype
什么是Fancy Bookmarklet?
Fancy Bookmarklet是由http://fancyhype.com开发的Chrome扩展程序,该扩展的主要功能是“Discover favorite items from online stores/shops and click Fav Button to save at FancyHype”。
扩展截图
下载Fancy Bookmarklet扩展crx文件
下载Fancy Bookmarklet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this Extension to add cool items to your Favortites at FancyHype.com
扩展基本信息
名称 | |
ID | njpdcbobjhpbdmeaajffdhfdofjfnlof |
官方URL | https://chrome.google.com/webstore/detail/fancy-bookmarklet/njpdcbobjhpbdmeaajffdhfdofjfnlof |
简介 | Discover favorite items from online stores/shops and click Fav Button to save at FancyHype |
文件大小 | 13.46 KB |
安装次数 | 17 |
当前版本 | 1.0 |
更新时间 | 2014-09-04 |
上架时间 | 2014-09-04 |
评分 | 3.00/5 共2次评分 |
开发者 | http://fancyhype.com |
付费类型 | free |
扩展官网 | http://fancyhype.com/bookmarklet/ |
帮助页面URL | http://fancyhype.com/faqs/ |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/logo_32x32.png", "default_title": "Fav at FancyHype" }, "content_scripts": [ { "js": [ "fetcher.js", "styler.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Discover favorite items from online stores\/shops and click Fav Button to save at FancyHype", "icons": { "16": "icons\/logo_32x32.png", "48": "icons\/logo_48x48.png", "128": "icons\/logo_128x128.png" }, "manifest_version": 2, "name": "Fancy Bookmarklet", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "icons\/logo.gif", "icons\/close.png", "style.css" ] } |