BookmarkPilot
Search and Export your X/Twitter bookmarks with complete privacy.
BookmarkPilotคืออะไร?
BookmarkPilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bookmarkpilot.ai และคุณลักษณะหลักของมันคือ "Search and Export your X/Twitter bookmarks with complete privacy."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BookmarkPilot
ดาวน์โหลดไฟล์ส่วนขยาย BookmarkPilot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Explore the power of BookmarkPilot – your all-in-one X/Twitter Bookmark tool. Conveniently view your X/Twitter Bookmarks. Search by Name, Handle, or Tweet Text with ease. Export selected tweets to CSV for your convenience. Rest easy with our complete privacy guarantee. It's 100% free, with no login required. And don't forget to discover bookmarks from users worldwide! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ikgidgjdlobibdcbakmeepmgegpkodcm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bookmarkpilot/ikgidgjdlobibdcbakmeepmgegpkodcm |
| คำอธิบาย | Search and Export your X/Twitter bookmarks with complete privacy. |
| ขนาดไฟล์ | 485 KB |
| จำนวนการติดตั้ง | 180 |
| เวอร์ชันปัจจุบัน | 1.22 |
| อัปเดตครั้งล่าสุด | 2023-11-25 |
| วันที่เผยแพร่ | 2023-10-19 |
| คะแนน | 4.14/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | https://bookmarkpilot.ai |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.bookmarkpilot.ai/ |
| URL หน้าช่วยเหลือ | https://www.bookmarkpilot.ai/Support |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.bookmarkpilot.ai/Privacy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BookmarkPilot",
"description": "Search and Export your X\/Twitter bookmarks with complete privacy.",
"version": "1.22",
"manifest_version": 3,
"icons": {
"16": "bookmarkpilot16.png",
"32": "bookmarkpilot32.png",
"48": "bookmarkpilot48.png",
"128": "bookmarkpilot128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"action": [],
"permissions": [
"activeTab"
]
} | |