LinkLocker - Private Bookmarking
Clip Web content to your LinkLocker account.
LinkLocker - Private Bookmarkingคืออะไร?
LinkLocker - Private Bookmarking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linklocker.co และคุณลักษณะหลักของมันคือ "Clip Web content to your LinkLocker account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkLocker - Private Bookmarking
ดาวน์โหลดไฟล์ส่วนขยาย LinkLocker - Private Bookmarking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use the official LinkLocker Chrome Extension to clip content from sites you visit and save it into your LinkLocker.co account. The extension automatically populates the Title and URL fields of the page you're currently viewing, and if you've selected any text on that page, the selection will be sent to the Description field. Requires an account at LinkLocker.co. Changes: Version 1.1.1: * Minor under-the-hood updates
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LinkLocker - Private Bookmarking |
ID | ggegdmaegiodpleinjnangkdcbagpjme |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/linklocker-private-bookma/ggegdmaegiodpleinjnangkdcbagpjme |
คำอธิบาย | Clip Web content to your LinkLocker account. |
ขนาดไฟล์ | 10.04 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2022-09-26 |
วันที่เผยแพร่ | 2018-06-12 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://linklocker.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://linklocker.co |
URL หน้าช่วยเหลือ | https://linklocker.co/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://linklocker.co/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkLocker - Private Bookmarking", "short_name": "LinkLocker", "version": "1.1.1", "author": "LinkLocker", "description": "Clip Web content to your LinkLocker account.", "icons": { "19": "\/images\/icon19.png", "38": "\/images\/icon38.png", "128": "\/images\/icon128.png" }, "permissions": [ "activeTab", "https:\/\/linklocker.co\/*", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Clip to LinkLocker", "default_popup": "clipper.html" } } |