Tabs to clipboard, clipboard to tabs
Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.
ما هو Tabs to clipboard, clipboard to tabs؟
Tabs to clipboard, clipboard to tabs هو إضافة Chrome تم تطويرها بواسطة https://www.freezeec.com، والميزة الرئيسية لها هي "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabs to clipboard, clipboard to tabs
قم بتنزيل ملفات الامتداد Tabs to clipboard, clipboard to tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Copy tabs URL (and title, depends on option) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action is possible : paste clipboard to tabs
معلومات أساسية عن التمديد
الاسم | Tabs to clipboard, clipboard to tabs |
ID | baiigfcdcocfkkjjcdhjombfpkffmfce |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabs-to-clipboard-clipboa/baiigfcdcocfkkjjcdhjombfpkffmfce |
الوصف | Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action. |
حجم الملف | 261 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-07-03 |
تاريخ النشر | 2017-07-03 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | https://www.freezeec.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "img\/Copy-Link-19.png", "default_title": "Tabs to clipboard, clipboard to tabs", "default_popup": "popup.html" }, "description": "Copy tabs URL (and title) to clipboard (formats : text, HTML, JSON or custom, order is possible). Reverse action.", "icons": { "128": "img\/Copy-Link-128.png" }, "background": { "scripts": [ "vendor\/jquery-1.7.2_min.js", "vendor\/encoder.js", "background.js" ] }, "commands": { "copy": { "suggested_key": { "default": "Alt+C" }, "description": "Copy" }, "paste": { "suggested_key": { "default": "Alt+V" }, "description": "Paste" } }, "name": "Tabs to clipboard, clipboard to tabs", "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "clipboardRead", "clipboardWrite" ], "version": "1.0", "manifest_version": 2 } |