Multilinkus
Allows to open links from selected area.
Wat is Multilinkus?
Multilinkus is een Chrome-extensie ontwikkeld door http://skyh.github.io/multilinkus, en de belangrijkste functie is "Allows to open links from selected area.".
Extensie Screenshots
Download het CRX-bestand van de extensie Multilinkus
Download Multilinkus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Activates when selection begins with Alt pressed
Basisinformatie over de Extensie
Naam | |
ID | objlfjomeokppmepgdbngjihebkhknko |
Officiële URL | https://chrome.google.com/webstore/detail/%D0%BC%D1%83%D0%BB%D1%8C%D1%82%D0%B8%D0%BB%D0%B8%D0%BD%D0%BA%D1%83%D1%81/objlfjomeokppmepgdbngjihebkhknko |
Beschrijving | Allows to open links from selected area. |
Bestandsgrootte | 18.14 KB |
Aantal Installaties | 33 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-03-05 |
Publicatiedatum | 2015-03-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://skyh.github.io/multilinkus |
Betalingswijze | free |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifest_name__", "short_name": "__MSG_manifest_short_name__", "version": "1.0.1", "default_locale": "ru", "description": "__MSG_manifest_description__", "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "ui.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |