Urly
This extension allows to quickly open links in a new tab
Wat is Urly?
Urly is een Chrome-extensie ontwikkeld door plesiak.wojciech, en de belangrijkste functie is "This extension allows to quickly open links in a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Urly
Download Urly-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
Basisinformatie over de Extensie
| Naam | |
| ID | dciojklibcmcjpfchhelbeaognffhibi |
| Officiële URL | https://chrome.google.com/webstore/detail/urly/dciojklibcmcjpfchhelbeaognffhibi |
| Beschrijving | This extension allows to quickly open links in a new tab |
| Bestandsgrootte | 46.13 KB |
| Aantal Installaties | 39 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2016-02-07 |
| Publicatiedatum | 2016-02-07 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | plesiak.wojciech |
| Betalingswijze | free |
| Extensiewebsite | http://wojciechplesiak.github.io/urly-web-extension/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "[email protected]",
"name": "Urly",
"description": "__MSG_extension_description__",
"homepage_url": "https:\/\/github.com\/wojciechplesiak\/urly-web-extension",
"version": "1.3",
"icons": {
"128": "assets\/launcher_128.png",
"16": "assets\/launcher_16.png",
"48": "assets\/launcher_48.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "assets\/launcher_64.png",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"tabs",
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+Z",
"mac": "Command+Shift+Z",
"chromeos": "Ctrl+Shift+Z",
"linux": "Ctrl+Shift+Z"
}
}
}
} | |