Tumblr Pixiv Source

Automatic adding pixiv source to your tumblr posts.

Apa itu Tumblr Pixiv Source?

Tumblr Pixiv Source adalah ekstensi Chrome yang dikembangkan oleh Jarno Le Conté, dan fitur utamanya adalah "Automatic adding pixiv source to your tumblr posts.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tumblr Pixiv Source

Unduh file ekstensi Tumblr Pixiv Source 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

                        Tumblr posts with images from Pixiv not always contain source. This plug-in gives the possibility to add source using one click. The plug-in figures out who is the original artist is and provide a link to that Pixiv account in your reblog description. This way we will respect artist's works !

IMPORTANT:
- Please manually VERIFY the link, because sometimes it matches the wrong picture.
- Can't handle photo sets right now.
- These plug-in only works for reblogs. NOT YOUR OWN UPLOADS !!!

Hopefully we improve this in the future :-)                    

Informasi Dasar Ekstensi

Nama Tumblr Pixiv Source Tumblr Pixiv Source
ID cdgmgmiiajkcfnccfhdajanabgbihdgl
URL Resmi https://chrome.google.com/webstore/detail/tumblr-pixiv-source/cdgmgmiiajkcfnccfhdajanabgbihdgl
Deskripsi Automatic adding pixiv source to your tumblr posts.
Ukuran File 47.21 KB
Jumlah Instalasi 67
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-06-02
Tanggal Publikasi 2015-06-02
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Jarno Le Conté
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Pixiv Source",
    "description": "Automatic adding pixiv source to your tumblr posts.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "resources\/icon-small.png",
        "default_title": "Add Pixiv source in caption!"
    },
    "permissions": [
        "activeTab",
        "https:\/\/saucenao.com\/search.php*"
    ]
}