Simply Copy Current Page Link
Simplest browser extension to simply copy current page link.
Simply Copy Current Page Linkคืออะไร?
Simply Copy Current Page Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 010pixel และคุณลักษณะหลักของมันคือ "Simplest browser extension to simply copy current page link."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simply Copy Current Page Link
ดาวน์โหลดไฟล์ส่วนขยาย Simply Copy Current Page Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In our increasing use of internet we often keep sharing links to friends and for some of us it might be little extra work to click on the website link and copy it. Why not do it as nearly 3 times the speed. Just click the copy icon from browser menu and get current page linked copied. Saving those 2 seconds each time, many times a day can help to make a difference. Copy current page link is simplest extension to do only one job which is as the name says, copy link of the current page. FEATURES: - Simply click and copy current page link TROUBLESHOOTING: - In case the extension doesn't work, try again after refreshing the page User Data Privacy: This extension is not taking any private information from any user. Support this extension: https://donorbox.org/to-sustain-building-google-chrome-extensions v.1.0.0: (2020/04/17) - Initial upload
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simply Copy Current Page Link |
ID | mgafjmffjciapglpodaacoejmkchelff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simply-copy-current-page/mgafjmffjciapglpodaacoejmkchelff |
คำอธิบาย | Simplest browser extension to simply copy current page link. |
ขนาดไฟล์ | 33.41 KB |
จำนวนการติดตั้ง | 105 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-05-25 |
วันที่เผยแพร่ | 2020-05-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | 010pixel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://privacy.010pixel.com/chrome |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simply Copy Current Page Link", "short_name": "copy-current-page-link", "description": "Simplest browser extension to simply copy current page link.", "version": "1.0.0", "author": "010 Pixel", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon38.png" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon19.png", "32": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] } } |