Fancy Bookmarklet

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

Apa itu Fancy Bookmarklet?

Fancy Bookmarklet adalah ekstensi Chrome yang dikembangkan oleh http://fancyhype.com, dan fitur utamanya adalah "Discover favorite items from online stores/shops and click Fav Button to save at FancyHype".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fancy Bookmarklet

Unduh file ekstensi Fancy Bookmarklet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Fancy Bookmarklet Fancy Bookmarklet
ID njpdcbobjhpbdmeaajffdhfdofjfnlof
URL Resmi https://chrome.google.com/webstore/detail/fancy-bookmarklet/njpdcbobjhpbdmeaajffdhfdofjfnlof
Deskripsi Discover favorite items from online stores/shops and click Fav Button to save at FancyHype
Ukuran File 13.46 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-09-04
Tanggal Publikasi 2014-09-04
Penilaian 3.00/5 Total 2 Penilaian
Pengembang http://fancyhype.com
Tipe Pembayaran free
Situs Ekstensi http://fancyhype.com/bookmarklet/
URL Halaman Bantuan http://fancyhype.com/faqs/
Bahasa yang Didukung 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"
    ]
}