Feedly UTM Redirector

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

Vad är Feedly UTM Redirector?

Feedly UTM Redirector är en Chrome-tillägg utvecklad av thakyuu, och dess huvudfunktion är "utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。".

Tilläggsskärmbilder

screenshot

Ladda ner Feedly UTM Redirector-förlängningens CRX-fil

Ladda ner Feedly UTM Redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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でも適用されるように修正                    

Grundläggande Information om Tillägg

Namn Feedly UTM Redirector Feedly UTM Redirector
ID dncdghkgllioakckpodciedefmdfmgcb
Officiell webbadress https://chromewebstore.google.com/detail/feedly-utm-redirector/dncdghkgllioakckpodciedefmdfmgcb
Beskrivning utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。
Filstorlek 3.12 KB
Antal Installationer 158
Aktuell Version 1.2
Senast Uppdaterad 2013-05-18
Publiceringsdatum 2013-05-18
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare thakyuu
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}