Preview Short URLs
Stop short URL abuse by previewing the URL automatically before visiting it.
什么是Preview Short URLs?
Preview Short URLs是由azelphur开发的Chrome扩展程序,该扩展的主要功能是“Stop short URL abuse by previewing the URL automatically before visiting it.”。
扩展截图
下载Preview Short URLs扩展crx文件
下载Preview Short URLs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } } |