SymbTab
Symbol Table Chrome Extension
Cos'è SymbTab?
SymbTab è un'estensione di Chrome sviluppata da https://devware.ru, e la sua funzione principale è "Symbol Table Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SymbTab
Scarica i file di estensione SymbTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SymbTab |
ID | okhfkdmmabcofgigodapdkedjdllcbga |
URL Ufficiale | https://chromewebstore.google.com/detail/symbtab/okhfkdmmabcofgigodapdkedjdllcbga |
Descrizione | Symbol Table Chrome Extension |
Dimensione del File | 110 KB |
Conteggio Installazioni | 179 |
Versione Corrente | 1.3.3 |
Ultimo Aggiornamento | 2018-07-02 |
Data di Pubblicazione | 2018-07-02 |
Valutazione | 3.29/5 Totale 7 Valutazioni |
Sviluppatore | https://devware.ru |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |