texticon

Spice up your online presence with personality

什么是texticon?

texticon是由a.sun开发的Chrome扩展程序,该扩展的主要功能是“Spice up your online presence with personality”。

扩展截图

screenshot
screenshot

下载texticon扩展crx文件

下载texticon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Personalize your online comments with text emoticons and images.                    

扩展基本信息

名称 texticon texticon
ID ojimfcdjeojpbdnifbicklfnhmndadga
官方URL https://chromewebstore.google.com/detail/texticon/ojimfcdjeojpbdnifbicklfnhmndadga
简介 Spice up your online presence with personality
文件大小 199 KB
安装次数 45
当前版本 1.2
更新时间 2017-03-05
上架时间 2017-03-05
评分 5.00/5 共2次评分
开发者 a.sun
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "texticon",
    "description": "Spice up your online presence with personality",
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}