Border Collies!
Instantly makes your webpages more cute.
Border Collies!とは何ですか?
Border Collies!はtac550によって開発されたChromeの拡張機能で、その主な機能は「Instantly makes your webpages more cute.」です。
拡張機能のスクリーンショット
Border Collies!拡張機能のCRXファイルをダウンロード
Border Collies!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When clicked, this extension transforms each image in the current web page into a photo of a Border Collie. Reload the page to reset. -Version 1.2.0- Replaced missing image with a new one. 拡張機能の基本情報
| 名前 | |
| ID | openkfgmamnbokhcenenjekngpkkphde |
| 公式URL | https://chromewebstore.google.com/detail/border-collies/openkfgmamnbokhcenenjekngpkkphde |
| 説明 | Instantly makes your webpages more cute. |
| ファイルサイズ | 970 KB |
| インストール数 | 158 |
| 現在のバージョン | 1.2.0 |
| 最終更新日 | 2018-01-10 |
| 公開日 | 2018-01-09 |
| 評価 | 4.25/5 合計 8 レビュー |
| 開発者 | tac550 |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/tac550/BorderCollies |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Border Collies!",
"version": "1.2.0",
"description": "Instantly makes your webpages more cute.",
"author": "Thomas Crosby",
"icons": {
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "images\/border-collie.png",
"default_title": "Border Collies!"
},
"permissions": [
"tabs",
"activeTab"
],
"manifest_version": 2
} | |