Feedly UTM Redirector
utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。
What is Feedly UTM Redirector?
Feedly UTM Redirector is a Chrome extension developed by thakyuu, and its main feature is "utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。".
Extension Screenshots
Download Feedly UTM Redirector Extension CRX File
Download Feedly UTM Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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でも適用されるように修正
Extension Basic Information
Name | Feedly UTM Redirector |
ID | dncdghkgllioakckpodciedefmdfmgcb |
Official URL | https://chromewebstore.google.com/detail/feedly-utm-redirector/dncdghkgllioakckpodciedefmdfmgcb |
Description | utm_source=feedlyが末尾に存在するアドレスを開いた時に自動的にリダイレクトします。 |
File Size | 3.12 KB |
Installation Count | 158 |
Current Version | 1.2 |
Last Updated | 2013-05-18 |
Publish Date | 2013-05-18 |
Rating | 4.75/5 Total 4 Ratings |
Developer | thakyuu |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |