geturls
Extension to get URLs of open chrome tabs
ما هو geturls؟
geturls هو إضافة Chrome تم تطويرها بواسطة https://seattlerules.com، والميزة الرئيسية لها هي "Extension to get URLs of open chrome tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة geturls
قم بتنزيل ملفات الامتداد geturls بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension to get URLs of open chrome tabs, and display them in a single list in a popup window, allowing one to easily copy and paste urls of all open tabs for future reference. Clicking the url in the popup window highlights a current tab. Functional buttons to: -only show images on the page in the current tab -remove all media (video, audio, images) from the page in the current tab -close all tabs, except the current tab You should install this if you frequently deal with multiple tabs, and want to filter media.
معلومات أساسية عن التمديد
الاسم | geturls |
ID | enkbdcdmbcijggpeondbdhdbfhcjbfmc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc |
الوصف | Extension to get URLs of open chrome tabs |
حجم الملف | 35.55 KB |
عدد التثبيتات | 13 |
النسخة الحالية | 1.0.0.2 |
آخر تحديث | 2014-11-20 |
تاريخ النشر | 2014-11-20 |
المطور | https://seattlerules.com |
نوع الدفع | free |
موقع الإضافة | http://seattlerules.com/geturls |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "geturls", "description": "Extension to get URLs of open chrome tabs", "version": "1.0.0.2", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Get Tab Urls", "default_icon": "icon_128.png", "default_popup": "index.html" } } |