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