WordMark
Not the conventional bookmark.
WordMarkคืออะไร?
WordMark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aashay Palliwar และคุณลักษณะหลักของมันคือ "Not the conventional bookmark."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordMark
ดาวน์โหลดไฟล์ส่วนขยาย WordMark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
What can one do with it? 1. Select some text on any random web-page and right click to save it to WordMark's manager with optional remark and category 2. Later from the manager, with just one click, one can open the web-page and automatically scroll down to the same text which is now highlighted. 3. The extension alerts you if the text you wordMarked has changed. Other features include: 1. Saving entire browser states (all open tabs) under various categories and optional remarks. 2. From the same launcher, you can launch any saved browser state (i.e. all tabs) in a new window. 3. Manage all these from one page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WordMark |
ID | lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
คำอธิบาย | Not the conventional bookmark. |
ขนาดไฟล์ | 278 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-05-31 |
วันที่เผยแพร่ | 2020-05-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Aashay Palliwar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://aashaypalliwar.github.io |
URL หน้าช่วยเหลือ | https://aashaypalliwar.github.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordMark", "description": "Not the conventional bookmark.", "version": "0.0.1", "browser_action": { "default_popup": "popup.html", "default_title": "WordMark" }, "icons": { "512": "logo512.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage", "contextMenus", "activeTab", "*:\/\/*\/*" ] } |