Wikizero Direct
Access imgur and Wikipedia
Wat is Wikizero Direct?
Wikizero Direct is een Chrome-extensie ontwikkeld door Ahmet Muhsin, en de belangrijkste functie is "Access imgur and Wikipedia".
Extensie Screenshots
Download het CRX-bestand van de extensie Wikizero Direct
Download Wikizero Direct-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
---------------------------------------------------------------------------------------- Add-on that redirects to 0imgur.com and 1wikipedia.org to access the Wikipedia and imgur.
Basisinformatie over de Extensie
Naam | |
ID | koddlfhcbgnicnehplahjnhgikcanaip |
Officiële URL | https://chrome.google.com/webstore/detail/wikizero-direct/koddlfhcbgnicnehplahjnhgikcanaip |
Beschrijving | Access imgur and Wikipedia |
Bestandsgrootte | 72.93 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.0.2.1 |
Laatst Bijgewerkt | 2019-04-27 |
Publicatiedatum | 2019-04-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ahmet Muhsin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/killerbean26/Wikizero-Direct |
Ondersteunde Talen | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikizero Direct", "short_name": "wikizero", "version": "0.0.2.1", "manifest_version": 2, "author": "Ahmet Muhsin", "description": "Access imgur and Wikipedia", "browser_action": { "default_icon": "icon\/icon.png", "default_popup": "source\/popup.html" }, "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "scripts": [ "source\/background2.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "http:\/\/*.wikipedia.org\/", "https:\/\/*.wikipedia.org\/", "https:\/\/*.imgur.com\/", "http:\/\/*.imgur.com\/" ] } |