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.
擴展基本資訊
名稱 | Border Collies! |
ID | openkfgmamnbokhcenenjekngpkkphde |
官方網址 | 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 } |