Link to Here
Adds a context menu to link to the nearest anchor before the selected text.
Co je Link to Here?
Link to Here je rozšíření Chrome vyvinuté Jeffrey Yasskin, a jeho hlavní funkcí je „Adds a context menu to link to the nearest anchor before the selected text.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Link to Here
Stáhněte si soubory rozšíření Link to Here ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Have you ever wanted to link to a specific place in a web page, but the page's authors forgot to tell you the right link target? This extension finds the nearest linkable place in the page before the text you've selected and links there. This extension uses the new activeTab permission to avoid running on any page except the ones you explicitly ask it to, so it currently only supports the Chrome beta channel. WARNING: This extension will probably do badly on pages with iframes, especially cross-origin iframes. We'll fix this eventually...
Základní Informace o Rozšíření
Název | Link to Here |
ID | fhpigohjannbboeplbkfdkojklnjiknh |
Oficiální URL | https://chromewebstore.google.com/detail/link-to-here/fhpigohjannbboeplbkfdkojklnjiknh |
Popis | Adds a context menu to link to the nearest anchor before the selected text. |
Velikost souboru | 4.98 KB |
Počet instalací | 168 |
Aktuální Verze | 0.2.1 |
Poslední Aktualizace | 2013-02-20 |
Datum Vydání | 2013-02-19 |
Hodnocení | 5.00/5 Celkem 7 Hodnocení |
Vývojář | Jeffrey Yasskin |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link to Here", "version": "0.2.1", "manifest_version": 2, "minimum_chrome_version": "26", "description": "Adds a context menu to link to the nearest anchor before the selected text.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus" ], "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "offline_enabled": true } |