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" ] } } |