Blue Links
Copy Google search results links with a single click
Blue Linksคืออะไร?
Blue Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.seomemento.com และคุณลักษณะหลักของมันคือ "Copy Google search results links with a single click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blue Links
ดาวน์โหลดไฟล์ส่วนขยาย Blue Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Blue Links lets you copy Google search results with a single click! Enter a search term in Google, hit enter and then click on the icon. Just that simple!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Blue Links |
ID | ifbkibkfjbedaipjhinjedldejnaikak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/blue-links/ifbkibkfjbedaipjhinjedldejnaikak |
คำอธิบาย | Copy Google search results links with a single click |
ขนาดไฟล์ | 41.51 KB |
จำนวนการติดตั้ง | 135 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2023-11-10 |
วันที่เผยแพร่ | 2022-11-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.seomemento.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icon-128.png", "default_title": "Blue Links" }, "name": "Blue Links", "description": "Copy Google search results links with a single click ", "homepage_url": "https:\/\/www.seomemento.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "scripting" ], "version": "0.3", "manifest_version": 3 } |