Copy for Scrapbox
Users can get a link to the page in the current tab in Scrapbox notation.
Copy for Scrapboxคืออะไร?
Copy for Scrapbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://satoryu.com และคุณลักษณะหลักของมันคือ "Users can get a link to the page in the current tab in Scrapbox notation."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy for Scrapbox
ดาวน์โหลดไฟล์ส่วนขยาย Copy for Scrapbox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is for Scrapbox users to make a link of current active tab easily in Scrapbox notation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy for Scrapbox |
ID | kalhokahkhkmbkiliieonfdmdeajlnog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-for-scrapbox/kalhokahkhkmbkiliieonfdmdeajlnog |
คำอธิบาย | Users can get a link to the page in the current tab in Scrapbox notation. |
ขนาดไฟล์ | 16.87 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 1.7.0 |
อัปเดตครั้งล่าสุด | 2023-10-27 |
วันที่เผยแพร่ | 2021-06-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://satoryu.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.satoryu.com/copy-for-scrapbox/ |
URL หน้าช่วยเหลือ | https://www.satoryu.com/copy-for-scrapbox/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy for Scrapbox", "description": "Users can get a link to the page in the current tab in Scrapbox notation.", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icons": { "16": "images\/icos16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "contextMenus", "scripting", "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ " |