Dogs to spiders
Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey
什麼是Dogs to spiders?
Dogs to spiders是由saw開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey”。
擴展截圖
下載Dogs to spiders擴展crx文件
下載Dogs to spiders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This will replace all references to dogs with spiders. For amusement.
擴展基本資訊
名稱 | Dogs to spiders |
ID | jpgleglgimgdfjndpllcfcgacieggogm |
官方網址 | https://chromewebstore.google.com/detail/dogs-to-spiders/jpgleglgimgdfjndpllcfcgacieggogm |
簡介 | Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey |
檔案大小 | 16.75 KB |
安裝次數 | 22 |
目前版本 | 1.0.7 |
更新時間 | 2016-06-07 |
上架時間 | 2016-06-06 |
評分 | 4.20/5 共 5 次評分 |
開發者 | saw |
付費類型 | free |
擴展官網 | https://github.com/saw/dogs-to-spiders |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dogs to spiders", "short_name": "Spiders", "description": "Replaces the text 'Dog' with 'Spider', based on Snake People by Eric Bailey", "author": "Stephen Woods", "version": "1.0.7", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |