Stop Stealing Sheep
The extension makes the internet a better place.
什么是Stop Stealing Sheep?
Stop Stealing Sheep是由Ivan Ukhov开发的Chrome扩展程序,该扩展的主要功能是“The extension makes the internet a better place.”。
扩展截图
下载Stop Stealing Sheep扩展crx文件
下载Stop Stealing Sheep扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A growing collection of CSS snippets that make the internet a better place.
扩展基本信息
名称 | |
ID | lmopgfignagihcbeagefaencbkaclded |
官方URL | https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded |
简介 | The extension makes the internet a better place. |
文件大小 | 227 KB |
安装次数 | 28 |
当前版本 | 0.0.0.7 |
更新时间 | 2016-12-12 |
上架时间 | 2016-12-12 |
评分 | 4.00/5 共2次评分 |
开发者 | Ivan Ukhov |
付费类型 | free |
扩展官网 | https://github.com/IvanUkhov/stop-stealing-sheep |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Stealing Sheep", "description": "The extension makes the internet a better place.", "author": "Ivan Ukhov", "version": "0.0.0.7", "icons": { "128": "images\/logo128.png" }, "background": { "scripts": [ "aws-sdk.min.js", "background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "images\/logo19.png", "38": "images\/logo38.png" }, "default_title": "This page has just become a better place!" }, "options_page": "index.html", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |