Get Title
Easy to access page title.
¿Qué es Get Title?
Get Title es una extensión de Chrome desarrollada por toycode, y su función principal es "Easy to access page title.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Get Title
Descarga archivos de extensión Get Title en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Get Title |
ID | bibfbedpleobipmaiaejohhiegjlhcba |
URL Oficial | https://chromewebstore.google.com/detail/get-title/bibfbedpleobipmaiaejohhiegjlhcba |
Descripción | Easy to access page title. |
Tamaño del Archivo | 221 KB |
Cantidad de Instalaciones | 309 |
Versión Actual | 1.0 |
Última Actualización | 2015-02-05 |
Fecha de Publicación | 2015-02-05 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | toycode |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/HiroshiOkada/get-title |
Idiomas Soportados | 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" } |