Preview Short URLs
Stop short URL abuse by previewing the URL automatically before visiting it.
ما هو Preview Short URLs؟
Preview Short URLs هو إضافة Chrome تم تطويرها بواسطة azelphur، والميزة الرئيسية لها هي "Stop short URL abuse by previewing the URL automatically before visiting it.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Preview Short URLs
قم بتنزيل ملفات الامتداد Preview Short URLs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This addon will show you a preview page clearly displaying the destination URL whenever you visit a shortened URL. Currently supports: bit.ly bitly.com tinyurl.com is.gd goo.gl Want support for more? Feel free to suggest something. :) Want to help out? This code is on github https://github.com/Azelphur/Preview-Short-URLs patches welcome! Feel free to drop by irc://irc.azelphur.com/#azelphur if you have any questions.
معلومات أساسية عن التمديد
الاسم | Preview Short URLs |
ID | lhnpeajamdliepjblldlghmpkohfjakb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/preview-short-urls/lhnpeajamdliepjblldlghmpkohfjakb |
الوصف | Stop short URL abuse by previewing the URL automatically before visiting it. |
حجم الملف | 11.33 KB |
عدد التثبيتات | 339 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-11-18 |
تاريخ النشر | 2013-11-18 |
تقييم | 3.71/5 مجموع تقييمات 7 |
المطور | azelphur |
نوع الدفع | free |
موقع الإضافة | http://blog.azelphur.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Preview Short URLs", "description": "Stop short URL abuse by previewing the URL automatically before visiting it.", "version": "1.0", "author": "Alfie \"Azelphur\" Day", "homepage_url": "http:\/\/blog.azelphur.com\/", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/bit.ly\/*", "*:\/\/bitly.com\/*", "*:\/\/tinyurl.com\/*", "*:\/\/is.gd\/*", "*:\/\/goo.gl\/*" ], "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] } } |