Fix 4D Doc Titles
Use the command name in the 4D Doc page title so it shows up in tab
什麼是Fix 4D Doc Titles?
Fix 4D Doc Titles是由CloudKickerHQ開發的Chrome擴展程式,該擴展的主要功能是“ Use the command name in the 4D Doc page title so it shows up in tab”。
擴展截圖
下載Fix 4D Doc Titles擴展crx文件
下載Fix 4D Doc Titles擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | haiikhmgjcocnhegcojegkjjcinlmlpl |
官方網址 | https://chrome.google.com/webstore/detail/fix-4d-doc-titles/haiikhmgjcocnhegcojegkjjcinlmlpl |
簡介 | Use the command name in the 4D Doc page title so it shows up in tab |
檔案大小 | 3.47 KB |
安裝次數 | 11 |
目前版本 | 1.0.0 |
更新時間 | 2015-07-07 |
上架時間 | 2015-07-07 |
評分 | 5.00/5 共 3 次評分 |
開發者 | CloudKickerHQ |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "4dDocsUserScript.user.js" ], "matches": [ "http:\/\/doc.4d.com\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": " Use the command name in the 4D Doc page title so it shows up in tab", "name": "Fix 4D Doc Titles", "version": "1.0.0" } |