SymbTab
Symbol Table Chrome Extension
SymbTab란 무엇입니까?
SymbTab은(는) https://devware.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Symbol Table Chrome Extension"입니다.
확장 프로그램 스크린샷
SymbTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | SymbTab |
ID | okhfkdmmabcofgigodapdkedjdllcbga |
공식 URL | https://chromewebstore.google.com/detail/symbtab/okhfkdmmabcofgigodapdkedjdllcbga |
설명 | Symbol Table Chrome Extension |
파일 크기 | 110 KB |
설치 횟수 | 179 |
현재 버전 | 1.3.3 |
최근 업데이트 | 2018-07-02 |
출시 날짜 | 2018-07-02 |
평점 | 3.29/5 총 7 개의 평점 |
개발자 | https://devware.ru |
결제 유형 | free |
지원되는 언어 | 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" ] } |