Markfolder
Bookmark tweets, organise them in folders, find them easily.
Apa itu Markfolder?
Markfolder adalah ekstensi Chrome yang dikembangkan oleh Markfolder, dan fitur utamanya adalah "Bookmark tweets, organise them in folders, find them easily.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Markfolder
Unduh file ekstensi Markfolder 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
Easily bookmark tweets, organise them with folders, and find them again quickly.
Informasi Dasar Ekstensi
Nama | Markfolder |
ID | fafoaldapbohckadnneaegajmfacnejd |
URL Resmi | https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd |
Deskripsi | Bookmark tweets, organise them in folders, find them easily. |
Ukuran File | 81.33 KB |
Jumlah Instalasi | 2,205 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-06-08 |
Tanggal Publikasi | 2020-09-03 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | Markfolder |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://markfolder.com |
URL Halaman Bantuan | https://markfolder.com/howto |
URL Halaman Kebijakan Privasi | https://markfolder.com/pages/privacy |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markfolder", "description": "Bookmark tweets, organise them in folders, find them easily.", "version": "1.0.2", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/markfolder16.png", "32": "images\/markfolder32.png", "48": "images\/markfolder48.png", "128": "images\/markfolder128.png" } }, "icons": { "16": "images\/markfolder16.png", "32": "images\/markfolder32.png", "48": "images\/markfolder48.png", "128": "images\/markfolder128.png" }, "permissions": [ "tabs", "https:\/\/markfolder.com\/" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+M", "mac": "MacCtrl+Shift+M" }, "description": "Bookmark this tweet - Markfolder" } }, "background": { "scripts": [ "background.js" ] } } |