Get Title
Easy to access page title.
什么是Get Title?
Get Title是由toycode开发的Chrome扩展程序,该扩展的主要功能是“Easy to access page title.”。
扩展截图
下载Get Title扩展crx文件
下载Get Title扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome Extension for copying the title of a web page. This chrome extension helps some kind of task. For eaxmple create a list of web pages. It can copy the title of a web page with a single click. How to use it. Click on the "Title" icon. A Pop-up window opens and you will see both the title and the link of the web page you are currently viewing. Since the title is already copied at this time, paste it if you like. In addition, the link text displayed some formats such as HTML, Textile and Markdown, you can also use it by pressing the copy button that appears to the left of the texts.
扩展基本信息
名称 | Get Title |
ID | bibfbedpleobipmaiaejohhiegjlhcba |
官方URL | https://chromewebstore.google.com/detail/get-title/bibfbedpleobipmaiaejohhiegjlhcba |
简介 | Easy to access page title. |
文件大小 | 221 KB |
安装次数 | 309 |
当前版本 | 1.0 |
更新时间 | 2015-02-05 |
上架时间 | 2015-02-05 |
评分 | 5.00/5 共4次评分 |
开发者 | toycode |
付费类型 | free |
扩展官网 | https://github.com/HiroshiOkada/get-title |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Title", "description": "Easy to access page title.", "version": "1.0", "icons": { "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "tabs", "clipboardWrite", "storage" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Get Title", "default_popup": "popup.html" }, "options_page": "options.html" } |