Fancy Bookmarklet

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

Cos'è Fancy Bookmarklet?

Fancy Bookmarklet è un'estensione di Chrome sviluppata da http://fancyhype.com, e la sua funzione principale è "Discover favorite items from online stores/shops and click Fav Button to save at FancyHype".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fancy Bookmarklet

Scarica i file di estensione Fancy Bookmarklet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Fancy Bookmarklet Fancy Bookmarklet
ID njpdcbobjhpbdmeaajffdhfdofjfnlof
URL Ufficiale https://chrome.google.com/webstore/detail/fancy-bookmarklet/njpdcbobjhpbdmeaajffdhfdofjfnlof
Descrizione Discover favorite items from online stores/shops and click Fav Button to save at FancyHype
Dimensione del File 13.46 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2014-09-04
Data di Pubblicazione 2014-09-04
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://fancyhype.com
Tipo di Pagamento free
Sito Web dell'Estensione http://fancyhype.com/bookmarklet/
URL della Pagina di Aiuto http://fancyhype.com/faqs/
Lingue Supportate 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"
    ]
}