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 |
| 官方網址 | 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
} | |