Gmail™ Instant Title Links
Automatically turn URLs in gmail titles clickable links
Gmail™ Instant Title Linksとは何ですか?
Gmail™ Instant Title LinksはAvicheによって開発されたChromeの拡張機能で、その主な機能は「Automatically turn URLs in gmail titles clickable links」です。
拡張機能のスクリーンショット
Gmail™ Instant Title Links拡張機能のCRXファイルをダウンロード
Gmail™ Instant Title Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When people share a website the copy the url and in many cases simply paste it in the email's title... The thing is that for some reason Gmail™ doesn't change the url in email titles into a link which means you need to copy it and paste it in the browser... Now lets admit, this isn't a real big problem... but wouldn't it be nice if you can turn those URL titles into links? Well now you can... Just add this extension and and UrL that appears in your email title will be turned into a link :-) Enjoy
拡張機能の基本情報
名前 | |
ID | pchdmcajhbjplgkkinpfncgenmiacpfk |
公式URL | https://chrome.google.com/webstore/detail/gmail-instant-title-links/pchdmcajhbjplgkkinpfncgenmiacpfk |
説明 | Automatically turn URLs in gmail titles clickable links |
ファイルサイズ | 46.08 KB |
インストール数 | 13 |
現在のバージョン | 2.0 |
最終更新日 | 2015-03-25 |
公開日 | 2015-03-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Aviche |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail\u2122 Instant Title Links", "description": "Automatically turn URLs in gmail titles clickable links", "version": "2.0", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "activeTab", "webNavigation" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "contentScript.js" ] } ] } |