URL opener
Open urls with 1 click
Wat is URL opener?
URL opener is een Chrome-extensie ontwikkeld door https://1000ch.net, en de belangrijkste functie is "Open urls with 1 click".
Extensie Screenshots
Download het CRX-bestand van de extensie URL opener
Download URL opener-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
Have you thought want to open some urls in pinned Tab? URL opener may solve this problem. 1. First, add URLs you want to open quickly. 2. And configure that opening URL pinned or not. 3. Click the extension icon! If you have already opened URL you added, pinned status will be updated.
Basisinformatie over de Extensie
Naam | URL opener |
ID | dkkacgbkmcbnnadidhkmngpcoccibgpm |
Officiële URL | https://chromewebstore.google.com/detail/url-opener/dkkacgbkmcbnnadidhkmngpcoccibgpm |
Beschrijving | Open urls with 1 click |
Bestandsgrootte | 182 KB |
Aantal Installaties | 575 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2016-01-13 |
Publicatiedatum | 2016-01-12 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://1000ch.net |
Betalingswijze | free |
Extensiewebsite | http://github.com/1000ch/url-opener |
Help Pagina-URL | http://github.com/1000ch/url-opener/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL opener", "short_name": "URL opener", "version": "0.3.0", "description": "Open urls with 1 click", "author": "1000ch", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon38.png" }, "options_page": "html\/options.html" } |