Hack to Stack
Turns all instances of 'hack' into 'stack' in Chrome.
什么是Hack to Stack?
Hack to Stack是由elvinyung1开发的Chrome扩展程序,该扩展的主要功能是“Turns all instances of 'hack' into 'stack' in Chrome.”。
下载Hack to Stack扩展crx文件
下载Hack to Stack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turns all instances of 'hack' into 'stack' in Chrome. You asked for this.
扩展基本信息
名称 | ![]() |
ID | akigalajcdgbiphkpdpfoiikdhbhfend |
官方URL | https://chrome.google.com/webstore/detail/hack-to-stack/akigalajcdgbiphkpdpfoiikdhbhfend |
简介 | Turns all instances of 'hack' into 'stack' in Chrome. |
文件大小 | 3.4 KB |
安装次数 | 36 |
当前版本 | 0.1 |
更新时间 | 2014-09-22 |
上架时间 | 2014-09-22 |
评分 | 4.00/5 共4次评分 |
开发者 | elvinyung1 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hack to Stack", "version": "0.1", "description": "Turns all instances of 'hack' into 'stack' in Chrome.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |