Trello Links Catcher
Catch Trello links and open in "Trello External Window" application.
Apa itu Trello Links Catcher?
Trello Links Catcher adalah ekstensi Chrome yang dikembangkan oleh technobulka, dan fitur utamanya adalah "Catch Trello links and open in "Trello External Window" application.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trello Links Catcher
Unduh file ekstensi Trello Links Catcher 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
This extension works for "Trello External Window" application. It's catching new tabs in browser with links like trello.com/c/123abc and send it to application. Works only with links to boards and cards.
Informasi Dasar Ekstensi
Nama | Trello Links Catcher |
ID | ppibnbapebejhnmplokgfhijhfdchhhc |
URL Resmi | https://chromewebstore.google.com/detail/trello-links-catcher/ppibnbapebejhnmplokgfhijhfdchhhc |
Deskripsi | Catch Trello links and open in "Trello External Window" application. |
Ukuran File | 6.97 KB |
Jumlah Instalasi | 122 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2015-08-19 |
Tanggal Publikasi | 2015-08-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | technobulka |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/technobulka/trello-chrome-ext |
URL Halaman Bantuan | https://github.com/technobulka/trello-chrome-ext/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Links Catcher", "description": "Catch Trello links and open in \"Trello External Window\" application.", "icons": { "16": "assets\/trello-mark-blue-16.png", "32": "assets\/trello-mark-blue-32.png", "128": "assets\/trello-mark-blue-128.png" }, "version": "0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "management", "https:\/\/trello.com\/*" ], "browser_action": { "default_title": "Trello Links Catcher", "default_icon": "assets\/trello-mark-blue-16.png" }, "manifest_version": 2 } |