Fancy Bookmarklet

Discover favorite items from online stores/shops and click Fav Button to save at FancyHype

What is Fancy Bookmarklet?

Fancy Bookmarklet is a Chrome extension developed by http://fancyhype.com, and its main feature is "Discover favorite items from online stores/shops and click Fav Button to save at FancyHype".

Extension Screenshots

screenshot
screenshot

Download Fancy Bookmarklet Extension CRX File

Download Fancy Bookmarklet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use this Extension to add cool items to your Favortites at FancyHype.com                    

Extension Basic Information

Name Fancy Bookmarklet Fancy Bookmarklet
ID njpdcbobjhpbdmeaajffdhfdofjfnlof
Official URL https://chrome.google.com/webstore/detail/fancy-bookmarklet/njpdcbobjhpbdmeaajffdhfdofjfnlof
Description Discover favorite items from online stores/shops and click Fav Button to save at FancyHype
File Size 13.46 KB
Installation Count 17
Current Version 1.0
Last Updated 2014-09-04
Publish Date 2014-09-04
Rating 3.00/5 Total 2 Ratings
Developer http://fancyhype.com
Payment Type free
Extension Website http://fancyhype.com/bookmarklet/
Help Page URL http://fancyhype.com/faqs/
Supported Languages 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"
    ]
}