Get Title
Easy to access page title.
Was ist Get Title?
Get Title ist eine Chrome-Erweiterung, die von toycode entwickelt wurde, und ihr Hauptmerkmal ist "Easy to access page title.".
Erweiterungsscreenshots
Get Title-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Title-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Get Title |
ID | bibfbedpleobipmaiaejohhiegjlhcba |
Offizielle URL | https://chromewebstore.google.com/detail/get-title/bibfbedpleobipmaiaejohhiegjlhcba |
Beschreibung | Easy to access page title. |
Dateigröße | 221 KB |
Installationsanzahl | 309 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-02-05 |
Veröffentlichungsdatum | 2015-02-05 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | toycode |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/HiroshiOkada/get-title |
Unterstützte Sprachen | 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" } |