Etsy Quick Hearts

Hearts everything on a single page. Share the love.

Apa itu Etsy Quick Hearts?

Etsy Quick Hearts adalah ekstensi Chrome yang dikembangkan oleh Program3r, dan fitur utamanya adalah "Hearts everything on a single page. Share the love.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Etsy Quick Hearts

Unduh file ekstensi Etsy Quick Hearts 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

                        Go to any shop on Etsy and press the heart button that appears on the lower left of the screen. It will heart everything on the page for you, including the shop itself.                    

Informasi Dasar Ekstensi

Nama Etsy Quick Hearts Etsy Quick Hearts
ID ogpfkikneiclkipmlgecjldkppgkgpde
URL Resmi https://chromewebstore.google.com/detail/etsy-quick-hearts/ogpfkikneiclkipmlgecjldkppgkgpde
Deskripsi Hearts everything on a single page. Share the love.
Ukuran File 700 KB
Jumlah Instalasi 19
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2016-06-10
Tanggal Publikasi 2016-06-09
Penilaian 2.86/5 Total 7 Penilaian
Pengembang Program3r
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://justtagit.com/page/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy Quick Hearts",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Hearts everything on a single page. Share the love.",
    "homepage_url": "http:\/\/clode.me",
    "icons": {
        "16": "public\/icons\/icon16.png",
        "48": "public\/icons\/icon48.png",
        "128": "public\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.etsy.com\/shop\/*"
            ],
            "js": [
                "public\/meteor_runtime.js",
                "packages\/underscore.js",
                "packages\/meteor.js",
                "packages\/clode_chrome-extension.js",
                "packages\/clode_famous.js",
                "packages\/clode_famous-dom-promise.js",
                "packages\/webapp.js",
                "packages\/tracker.js",
                "packages\/deps.js",
                "packages\/htmljs.js",
                "packages\/jquery.js",
                "packages\/json.js",
                "packages\/base64.js",
                "packages\/ejson.js",
                "packages\/id-map.js",
                "packages\/ordered-dict.js",
                "packages\/random.js",
                "packages\/geojson-utils.js",
                "packages\/minimongo.js",
                "packages\/observe-sequence.js",
                "packages\/reactive-var.js",
                "packages\/blaze.js",
                "packages\/templating.js",
                "packages\/spacebars.js",
                "packages\/ui.js",
                "packages\/reactive-dict.js",
                "packages\/session.js",
                "packages\/check.js",
                "packages\/launch-screen.js",
                "packages\/global-imports.js",
                "client\/hello.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.etsy.com\/shop\/*"
            ],
            "css": [
                "dcd70638aa389be0bdb06c1751d4cd62e13db757.css"
            ]
        }
    ]
}