Facebook Menu bar fix position
This extension will force the menu bar to position fix at the top.
Apa itu Facebook Menu bar fix position?
Facebook Menu bar fix position adalah ekstensi Chrome yang dikembangkan oleh devkitz, dan fitur utamanya adalah "This extension will force the menu bar to position fix at the top.".
Unduh Berkas CRX Ekstensi Facebook Menu bar fix position
Unduh file ekstensi Facebook Menu bar fix position 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
Informasi Dasar Ekstensi
Nama | |
ID | lbgidkjfiecnjfpccdjbciifcibgbala |
URL Resmi | https://chrome.google.com/webstore/detail/facebook-menu-bar-fix-pos/lbgidkjfiecnjfpccdjbciifcibgbala |
Deskripsi | This extension will force the menu bar to position fix at the top. |
Ukuran File | 4.92 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-07-25 |
Tanggal Publikasi | 2014-07-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | devkitz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Facebook Menu bar fix position", "description": "This extension will force the menu bar to position fix at the top.", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "mystyle.css" ] } ], "browser_action": { "default_icon": "icon.png" } } |