Add this page to Trello

Add this page to Trello as new task

Apa itu Add this page to Trello?

Add this page to Trello adalah ekstensi Chrome yang dikembangkan oleh https://www.muratayusuke.com, dan fitur utamanya adalah "Add this page to Trello as new task".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Add this page to Trello

Unduh file ekstensi Add this page to Trello 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

                        Simple extension for Trello user to add current page to Trello as new task.                    

Informasi Dasar Ekstensi

Nama Add this page to Trello Add this page to Trello
ID fjfljghieliggacelkamhfiiejncmjmi
URL Resmi https://chromewebstore.google.com/detail/add-this-page-to-trello/fjfljghieliggacelkamhfiiejncmjmi
Deskripsi Add this page to Trello as new task
Ukuran File 53.6 KB
Jumlah Instalasi 552
Versi Saat Ini 0.105
Terakhir Diperbarui 2015-06-06
Tanggal Publikasi 2015-06-05
Penilaian 3.33/5 Total 3 Penilaian
Pengembang https://www.muratayusuke.com
Tipe Pembayaran free
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "0.105",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Add this page to Trello",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*\/",
        "https:\/\/*\/*\/"
    ]
}