Markfolder
Bookmark tweets, organise them in folders, find them easily.
Markfolderคืออะไร?
Markfolder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Markfolder และคุณลักษณะหลักของมันคือ "Bookmark tweets, organise them in folders, find them easily."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Markfolder
ดาวน์โหลดไฟล์ส่วนขยาย Markfolder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily bookmark tweets, organise them with folders, and find them again quickly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Markfolder |
ID | fafoaldapbohckadnneaegajmfacnejd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd |
คำอธิบาย | Bookmark tweets, organise them in folders, find them easily. |
ขนาดไฟล์ | 81.33 KB |
จำนวนการติดตั้ง | 2,205 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-06-08 |
วันที่เผยแพร่ | 2020-09-03 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Markfolder |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://markfolder.com |
URL หน้าช่วยเหลือ | https://markfolder.com/howto |
URL หน้านโยบายความเป็นส่วนตัว | https://markfolder.com/pages/privacy |
ภาษาที่รองรับ | 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" ] } } |