Feedly UTM Redirector

utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。

Feedly UTM Redirectorとは何ですか?

Feedly UTM Redirectorはthakyuuによって開発されたChromeの拡張機能で、その主な機能は「utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。」です。

拡張機能のスクリーンショット

screenshot

Feedly UTM Redirector拡張機能のCRXファイルをダウンロード

Feedly UTM Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Feedlyからページを開いたときに末尾に付加される?utm_source=feedlyを外してページを読み込みます。

Removes the annoying 'utm_source=feedly' suffix when you try to open such an link.

-英文での説明をレビューで頂いた物に差し替えました。

Changelog 
1.2
一部URLで誤検知される可能性があったのを修正

1.1
ハッシュの付いたURLでも適用されるように修正                    

拡張機能の基本情報

名前 Feedly UTM Redirector Feedly UTM Redirector
ID dncdghkgllioakckpodciedefmdfmgcb
公式URL https://chromewebstore.google.com/detail/feedly-utm-redirector/dncdghkgllioakckpodciedefmdfmgcb
説明 utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。
ファイルサイズ 3.12 KB
インストール数 158
現在のバージョン 1.2
最終更新日 2013-05-18
公開日 2013-05-18
評価 4.75/5 合計 4 レビュー
開発者 thakyuu
Eメール [email protected]
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "utm_source=feedly\u304c\u672b\u5c3e\u306b\u5b58\u5728\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u958b\u3044\u305f\u6642\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u3057\u307e\u3059\u3002",
    "name": "Feedly UTM Redirector",
    "version": "1.2"
}