SymbTab
Symbol Table Chrome Extension
Was ist SymbTab?
SymbTab ist eine Chrome-Erweiterung, die von https://devware.ru entwickelt wurde, und ihr Hauptmerkmal ist "Symbol Table Chrome Extension".
Erweiterungsscreenshots
SymbTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie SymbTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SymbTab |
ID | okhfkdmmabcofgigodapdkedjdllcbga |
Offizielle URL | https://chromewebstore.google.com/detail/symbtab/okhfkdmmabcofgigodapdkedjdllcbga |
Beschreibung | Symbol Table Chrome Extension |
Dateigröße | 110 KB |
Installationsanzahl | 179 |
Aktuelle Version | 1.3.3 |
Letztes Update | 2018-07-02 |
Veröffentlichungsdatum | 2018-07-02 |
Bewertung | 3.29/5 Insgesamt 7 Bewertungen |
Entwickler | https://devware.ru |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |