SymbTab

Symbol Table Chrome Extension

SymbTabとは何ですか?

SymbTabはhttps://devware.ruによって開発されたChromeの拡張機能で、その主な機能は「Symbol Table Chrome Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

SymbTab拡張機能のCRXファイルをダウンロード

SymbTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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"
    ]
}