Wiki It

Easily Wikipedia anything on the web without having to leave the page

Qu'est-ce que Wiki It ?

Wiki It est une extension Chrome développée par dlask, et sa fonction principale est "Easily Wikipedia anything on the web without having to leave the page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wiki It

Téléchargez les fichiers d'extension Wiki It 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

                        Wiki It allows you to easily Wikipedia anything on a website without having to leave the page or open a new tab.

+Highlight your desired word(s) (you can do this easily by double clicking)

+Then use the shortcut CTRL + SHIFT + S or click the icon in the top right.(You can change the keyboard shortcut to whatever you want in the extension manager)

+Watch your info slide in! It is that easy!                    

Informations de Base sur l'Extension

Nom Wiki It Wiki It
ID jcmckdmbneffdllfpndkgidingockofb
URL Officiel https://chrome.google.com/webstore/detail/wiki-it/jcmckdmbneffdllfpndkgidingockofb
Description Easily Wikipedia anything on the web without having to leave the page
Taille du Fichier 44.26 KB
Nombre d'Installations 447
Version Actuelle 2.0
Dernière Mise à Jour 2014-10-05
Date de Publication 2014-10-05
Évaluation 4.60/5 Total 25 Évaluations
Développeur dlask
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiki It",
    "description": "Easily Wikipedia anything on the web without having to leave the page",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Wiki It",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    }
}