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