SymbTab
Symbol Table Chrome Extension
Qu'est-ce que SymbTab ?
SymbTab est une extension Chrome développée par https://devware.ru, et sa fonction principale est "Symbol Table Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SymbTab
Téléchargez les fichiers d'extension SymbTab 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
The extension allows to insert special symbols to text fields on web pages. Insert letters from Latic and Greek alphabet, mathematician symbols, punctuation marks, arrows and other widely used symbols at your convenience. Usage: Select text field, click the right mouse button and use 'Insert special symbol' menu item.
Informations de Base sur l'Extension
Nom | SymbTab |
ID | okhfkdmmabcofgigodapdkedjdllcbga |
URL Officiel | https://chromewebstore.google.com/detail/symbtab/okhfkdmmabcofgigodapdkedjdllcbga |
Description | Symbol Table Chrome Extension |
Taille du Fichier | 110 KB |
Nombre d'Installations | 179 |
Version Actuelle | 1.3.3 |
Dernière Mise à Jour | 2018-07-02 |
Date de Publication | 2018-07-02 |
Évaluation | 3.29/5 Total 7 Évaluations |
Développeur | https://devware.ru |
Type de Paiement | free |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "name": "SymbTab", "description": "__MSG_appdesc__", "version": "1.3.3", "default_locale": "en", "icons": { "16": "img\/icon19.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "js\/jquery.js", "js\/content.js" ], "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false } ], "browser_action": { "default_icon": "img\/icon19.png", "default_title": "__MSG_appdesc__" }, "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "img\/sb.png" ] } |