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 |
官方網址 | 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" ] } |