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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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": [ " |