Fine Link Selector

Make it easy to select a part of link texts

Apa itu Fine Link Selector?

Fine Link Selector adalah ekstensi Chrome yang dikembangkan oleh mkhr, dan fitur utamanya adalah "Make it easy to select a part of link texts".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fine Link Selector

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

                        While holding down [Ctrl] + [Alt], you can select a part of a link text in the same way as a plain text.
You can change the combination of modifier keys at the options page.                    

Informasi Dasar Ekstensi

Nama Fine Link Selector Fine Link Selector
ID adcehildlgkafghlmnbnhegagachlioe
URL Resmi https://chromewebstore.google.com/detail/fine-link-selector/adcehildlgkafghlmnbnhegagachlioe
Deskripsi Make it easy to select a part of link texts
Ukuran File 20.34 KB
Jumlah Instalasi 2,104
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2013-02-06
Tanggal Publikasi 2013-02-06
Penilaian 4.90/5 Total 20 Penilaian
Pengembang mkhr
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fine Link Selector",
    "version": "0.1.5",
    "description": "__MSG_Manifest_Description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cs.js"
            ],
            "css": [
                "css\/cs.css"
            ],
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "options_page": "html\/opt.html",
    "permissions": [
        "storage"
    ]
}