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
} | |