Tumblr Titles
Changes Tumblr tabs' titles to things that make sense.
Tumblr Titlesとは何ですか?
Tumblr Titlesはbecca.oooによって開発されたChromeの拡張機能で、その主な機能は「Changes Tumblr tabs' titles to things that make sense.」です。
拡張機能のスクリーンショット
Tumblr Titles拡張機能のCRXファイルをダウンロード
Tumblr Titles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces Tumblr’s tab titles with actual descriptions of the tab, so that you know which is which! 拡張機能の基本情報
| 名前 | |
| ID | dflmgglllgebfghgjdgnmdhpebbdkejj |
| 公式URL | https://chromewebstore.google.com/detail/tumblr-titles/dflmgglllgebfghgjdgnmdhpebbdkejj |
| 説明 | Changes Tumblr tabs' titles to things that make sense. |
| ファイルサイズ | 6.24 KB |
| インストール数 | 138 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2015-05-28 |
| 公開日 | 2015-05-28 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | becca.ooo |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tumblr Titles",
"short_name": "Tumblr Titles",
"version": "1.1.1",
"author": "9999yea.rs",
"description": "Changes Tumblr tabs' titles to things that make sense.",
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.tumblr.com\/*",
"*:\/\/tumblr.com\/*"
],
"js": [
"main.js"
]
}
],
"offline_enabled": true
} | |