Feedly UTM Redirector

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

Feedly UTM Redirectorคืออะไร?

Feedly UTM Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thakyuu และคุณลักษณะหลักของมันคือ "utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feedly UTM Redirector

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}