Raindrop.io list
Your smart bookmarks. A beautiful way to remember the most important thing.
Raindrop.io listคืออะไร?
Raindrop.io list เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikolay Vasilchuk และคุณลักษณะหลักของมันคือ "Your smart bookmarks. A beautiful way to remember the most important thing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Raindrop.io list
ดาวน์โหลดไฟล์ส่วนขยาย Raindrop.io list ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No longer supported. Use the official addon Raindrop.io https://chrome.google.com/webstore/detail/raindropio/ihapciekeckoimelfjmkapoeccmfdipa Raindrop makes bookmarks more vivid and functional. It's an extension to quickly view your Raindrop.io bookmarks. Raindrop.io saves not just bookmarks but associated content depending on page type. If it's an article, it will be cut and saved with the bookmark. The same applies to video, photo and presentations. So you can organize thematic collections with different content. Collections can be made public and used in your application or a website using API.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Raindrop.io list |
ID | hnoljbfpcendgbcefjmllhnnmddojcod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/raindropio-list/hnoljbfpcendgbcefjmllhnnmddojcod |
คำอธิบาย | Your smart bookmarks. A beautiful way to remember the most important thing. |
ขนาดไฟล์ | 52.68 KB |
จำนวนการติดตั้ง | 642 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2014-06-30 |
วันที่เผยแพร่ | 2014-06-30 |
คะแนน | 3.90/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Nikolay Vasilchuk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://raindrop.io/ |
URL หน้าช่วยเหลือ | http://raindrop.uservoice.com/ |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.1.1", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "storage", "http:\/\/raindrop.io\/*" ], "browser_action": { "default_icon": { "38": "icons\/38.png", "19": "icons\/19.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "38": "icons\/38.png", "19": "icons\/19.png" } } |