Pilfer

One-click saving and sync photos across all devices

Apa itu Pilfer?

Pilfer adalah ekstensi Chrome yang dikembangkan oleh https://getpilfer.com, dan fitur utamanya adalah "One-click saving and sync photos across all devices".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Pilfer

Unduh file ekstensi Pilfer 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

                                            

Informasi Dasar Ekstensi

Nama Pilfer Pilfer
ID padmhilbbmmioobcfgfkdicbndgfcnae
URL Resmi https://chromewebstore.google.com/detail/pilfer/padmhilbbmmioobcfgfkdicbndgfcnae
Deskripsi One-click saving and sync photos across all devices
Ukuran File 96.86 KB
Jumlah Instalasi 81
Versi Saat Ini 0.9.2.2
Terakhir Diperbarui 2015-12-06
Tanggal Publikasi 2015-12-06
Penilaian 2.33/5 Total 6 Penilaian
Pengembang https://getpilfer.com
Tipe Pembayaran free
Situs Ekstensi http://getpilfer.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pilfer",
    "description": "One-click saving and sync photos across all devices",
    "version": "0.9.2.2",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "contextMenus",
        "identity",
        "notifications",
        "activeTab"
    ],
    "minimum_chrome_version": "29",
    "icons": {
        "16": "pilfer16.png",
        "32": "pilfer32.png",
        "48": "pilfer48.png",
        "128": "pilfer128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv\/K0LLxYcFRGcMiEa5YCcvogVcp0\/atN62Ie8wJ8Ml9c1qScpHVUgqJ\/77B5tEDZ9JKFdJdlBeZgm6WdkjwEqqYay6PBkwV\/KMrH74SdXwIo8+QUw+FqVZZOn0Q\/in17QX1\/1i2VYnVe9xNfNnRV4ULAG+tzzFp7BPoQCPUdQ2KPmYFFGuX8fsIo\/TS3K+OE47B9M0YS\/rJ2WrnKLtbWzpXRqxIKYdC3kxc6gTHDCA09TdrANFZkTY6DKKUpcwbkAWGfUnl5uhCo2LhRBfjyrF2uxJX93B\/sE+w39vEhsSI56PVwLX4xoawx7h\/62uf3g7RdJ0LCHZOQQzbxUVbNjwIDAQAB",
    "oauth2": {
        "client_id": "934472750373-aj97dgcq2k69k5f7b211mj54koacefuf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/picasaweb.google.com\/data\/",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.js",
            "pilfer.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.js",
                "content.js"
            ]
        }
    ]
}