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."입니다.

확장 프로그램 스크린샷

screenshot

Stop Stealing Sheep 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A growing collection of CSS snippets that make the internet a better place.                    

확장 프로그램 기본 정보

이름 Stop Stealing Sheep Stop Stealing Sheep
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"
    ]
}