docs.qq.comExtension
A plugin for docs.qq.com,to increment width of page
Wat is docs.qq.comExtension?
docs.qq.comExtension is een Chrome-extensie ontwikkeld door mmfei, en de belangrijkste functie is "A plugin for docs.qq.com,to increment width of page".
Download het CRX-bestand van de extensie docs.qq.comExtension
Download docs.qq.comExtension-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 | pgdjohlkpcckledhkjmgdpbaleafogom |
Officiële URL | https://chrome.google.com/webstore/detail/docsqqcomextension/pgdjohlkpcckledhkjmgdpbaleafogom |
Beschrijving | A plugin for docs.qq.com,to increment width of page |
Bestandsgrootte | 45.19 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-04-25 |
Publicatiedatum | 2018-04-25 |
Ontwikkelaar | mmfei |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "docs.qq.comExtension", "version": "1.0", "description": "A plugin for docs.qq.com\uff0cto increment width of page", "icons": { "16": "logo.little.blue.png", "64": "logo.little.blue.png", "128": "logo.little.blue.png" }, "browser_action": { "default_icon": "logo.little.blue.png" }, "permissions": [ "http:\/\/*\/", "bookmarks", "tabs", "history" ], "content_scripts": [ { "matches": [ "https:\/\/docs.qq.com\/*" ], "css": [ "mystyles.css" ] } ] } |