Tumblr Underline
This extension adds a native underline to links on the Tumblr dashboard
Apa itu Tumblr Underline?
Tumblr Underline adalah ekstensi Chrome yang dikembangkan oleh EmandM, dan fitur utamanya adalah "This extension adds a native underline to links on the Tumblr dashboard".
Unduh Berkas CRX Ekstensi Tumblr Underline
Unduh file ekstensi Tumblr Underline 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
The Tumblr dashboard uses a custom underline on their links. This extension changes that to a native css underline as the custom underline can stop working on some machines. The custom underline is not affected so you can disable this extension when Tumblr's underline starts working again.
Informasi Dasar Ekstensi
Nama | |
ID | bhnpajefcgeoffljbjbgabpcigmaedbo |
URL Resmi | https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo |
Deskripsi | This extension adds a native underline to links on the Tumblr dashboard |
Ukuran File | 4.78 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-06-01 |
Tanggal Publikasi | 2016-06-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | EmandM |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Underline", "description": "This extension adds a native underline to links on the Tumblr dashboard", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "css": [ "underline.css" ] } ], "web_accessible_resources": [ "underline.css" ], "permissions": [ "https:\/\/www.tumblr.com\/*" ], "icons": { "128": "tumblrUnderline.png" } } |