Hyperlink Text Selector
Hold Shift and select text from a link.
Apa itu Hyperlink Text Selector?
Hyperlink Text Selector adalah ekstensi Chrome yang dikembangkan oleh holden321, dan fitur utamanya adalah "Hold Shift and select text from a link.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hyperlink Text Selector
Unduh file ekstensi Hyperlink Text 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
Small and fast extension. Looks and feels almost like in the Opera browser :) Enjoy!
Informasi Dasar Ekstensi
Nama | Hyperlink Text Selector |
ID | ojnfanikhkhoklphdcehbolcpeipbaec |
URL Resmi | https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec |
Deskripsi | Hold Shift and select text from a link. |
Ukuran File | 14.66 KB |
Jumlah Instalasi | 1,387 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2015-01-03 |
Tanggal Publikasi | 2015-01-03 |
Penilaian | 4.06/5 Total 50 Penilaian |
Pengembang | holden321 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyperlink Text Selector", "short_name": "Select Link", "description": "Hold Shift and select text from a link.", "version": "1.3", "icons": { "16": "icon_16.png", "19": "icon_19.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ] } |