Feedly UTM Redirector

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

Feedly UTM Redirector란 무엇입니까?

Feedly UTM Redirector은(는) thakyuu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。"입니다.

확장 프로그램 스크린샷

screenshot

Feedly UTM Redirector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}