SymbTab
Symbol Table Chrome Extension
Vad är SymbTab?
SymbTab är en Chrome-tillägg utvecklad av https://devware.ru, och dess huvudfunktion är "Symbol Table Chrome Extension".
Tilläggsskärmbilder
Ladda ner SymbTab-förlängningens CRX-fil
Ladda ner SymbTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | SymbTab |
ID | okhfkdmmabcofgigodapdkedjdllcbga |
Officiell webbadress | https://chromewebstore.google.com/detail/symbtab/okhfkdmmabcofgigodapdkedjdllcbga |
Beskrivning | Symbol Table Chrome Extension |
Filstorlek | 110 KB |
Antal Installationer | 179 |
Aktuell Version | 1.3.3 |
Senast Uppdaterad | 2018-07-02 |
Publiceringsdatum | 2018-07-02 |
Betyg | 3.29/5 Totalt 7 Betyg |
Utvecklare | https://devware.ru |
Betalningssätt | free |
Stödda Språk | 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" ] } |