Link Router

Route links on any given page to the main log with a certain tag

Apa itu Link Router?

Link Router adalah ekstensi Chrome yang dikembangkan oleh Charles Brandt, dan fitur utamanya adalah "Route links on any given page to the main log with a certain tag".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Link Router

Unduh file ekstensi Link Router 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

                        Link Router uses Chrome's context menu (right click menu) to tag a link with a tag specified in the menu.  The tags available in the menu are configured in the extension's option page.

Previously tagged links are also visible on the options page, where they can be copied and pasted to other destinations.                    

Informasi Dasar Ekstensi

Nama Link Router Link Router
ID mniabhjoaeegihknhoibknnfnidgnecp
URL Resmi https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp
Deskripsi Route links on any given page to the main log with a certain tag
Ukuran File 29.05 KB
Jumlah Instalasi 108
Versi Saat Ini 0.5
Terakhir Diperbarui 2014-05-06
Tanggal Publikasi 2014-05-06
Penilaian 3.00/5 Total 4 Penilaian
Pengembang Charles Brandt
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Router",
    "short_name": "Link Router",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Route links on any given page to the main log with a certain tag",
    "background": {
        "scripts": [
            "moment.js",
            "router.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}