Linkis Breakout Redirect
Checks URL and redirects as required.
Linkis Breakout Redirectとは何ですか?
Linkis Breakout Redirectはhttp://www.idltd.comによって開発されたChromeの拡張機能で、その主な機能は「Checks URL and redirects as required.」です。
拡張機能のスクリーンショット
Linkis Breakout Redirect拡張機能のCRXファイルをダウンロード
Linkis Breakout Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
I hate Linkis - it screws up URL's in tweets and makes it hard to break out. This plug in ( mainly taken from http://superuser.com/questions/284110/redirect-urls-in-chrome ) will automatically redirect to the original source page once the linkis version has loaded. v0.7 Previous fix broke YouTube link processing, now that works as well! v0.6 Fixed an occasional looping problem if original link not found. Now will look harder and not loop if not found. v0.5 Handles more links better(!) v0.4 Handles YouTube links v0.3 Initial Version
拡張機能の基本情報
名前 | |
ID | dpmganoapkolcdoinilblhnibmmggknp |
公式URL | https://chrome.google.com/webstore/detail/linkis-breakout-redirect/dpmganoapkolcdoinilblhnibmmggknp |
説明 | Checks URL and redirects as required. |
ファイルサイズ | 3.99 KB |
インストール数 | 15 |
現在のバージョン | 0.7 |
最終更新日 | 2016-11-20 |
公開日 | 2016-11-20 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | http://www.idltd.com |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkis Breakout Redirect", "version": "0.7", "description": "Checks URL and redirects as required.", "background": { "page": "bg.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/linkis.com\/*", "https:\/\/linkis.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |