URL opener

Open urls with 1 click

Qu'est-ce que URL opener ?

URL opener est une extension Chrome développée par https://1000ch.net, et sa fonction principale est "Open urls with 1 click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL opener

Téléchargez les fichiers d'extension URL opener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom URL opener URL opener
ID dkkacgbkmcbnnadidhkmngpcoccibgpm
URL Officiel https://chromewebstore.google.com/detail/url-opener/dkkacgbkmcbnnadidhkmngpcoccibgpm
Description Open urls with 1 click
Taille du Fichier 182 KB
Nombre d'Installations 575
Version Actuelle 0.3.0
Dernière Mise à Jour 2016-01-13
Date de Publication 2016-01-12
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://1000ch.net
Type de Paiement free
Site Web de l'Extension http://github.com/1000ch/url-opener
URL de la Page d'Aide http://github.com/1000ch/url-opener/issues
Langues Prises en Charge 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"
}